Skip to main content

gropiusUser

Get a GropiusUser by username

gropiusUser(
username: String!
): GropiusUser!

Arguments

gropiusUser.username ● String! non-null scalar

The username of the GropiusUser to get

Type

GropiusUser object

A user of the Gropius System. The username can be used as unique identifier for GropiusUsers. IMSUsers can be linked to a GropiusUser. Note however that this link does not affect relationships, e.g. if an IMSUser is part of an Assignment, after the IMSUser was linked to a GropiusUser, the GropiusUser does not link directly to the Assignment. Therefore, to collect all Assignments, Issue participations etc. it is necessary to also request all linked IMSUsers and their Assignments etc.