user

Graphql fields and variables for the user query

Scope required: security:read

For a complete list of possible response fields see the User 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
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?