Graphql fields and variables for the user query
Last updated 7 months ago
Was this helpful?
Scope required: security:read
For a complete list of possible response fields see the type.
query user ($id: ID, $code: String, $format: String) { user (id: $id, code: $code, format: $format) { allowLoginViaEmailLink createdAt email enabled entityId firstName fullName groupId id imageUrl lastLogin lastName managerUserId roleId title updatedAt uuid } }
id
ID
code
String
format