user
Graphql fields and variables for the user query
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
name
roleId
title
updatedAt
uuid
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
