DesUser
User details with the identifier and nullable extra fields.
type DesUser {
email: String
firstName: String
globalUserId: String
groups: [DesUserGroup!]
lastName: String
pictureUrl(
size: DesUserPictureSize
): String
userId: String
userName: String
}
Fields
DesUser.email ● String scalar
Null if the user no longer exists.
DesUser.firstName ● String scalar
Null if the user no longer exists.
DesUser.globalUserId ● String scalar
The global user identifier. Common for this user across all workspaces.
DesUser.groups ● [DesUserGroup!] list object
Null if the user no longer exists.
DesUser.lastName ● String scalar
Null if the user no longer exists.
DesUser.pictureUrl ● String scalar
Null if the user no longer exists.
DesUser.pictureUrl.size ● DesUserPictureSize enum
The size of the picture to retrieve.
DesUser.userId ● String scalar
The workspace specific user identifier.
DesUser.userName ● String scalar
Null if the user no longer exists.