userCreate
Graphql fields and variables for the userCreate mutation
mutation userCreate ($attributes: UserAttributes!) {
userCreate (attributes: $attributes) {
errors
user {
allowLoginViaEmailLink
createdAt
email
enabled
entityId
firstName
fullName
groupId
id
imageUrl
lastLogin
lastName
managerUserId
name
roleId
title
updatedAt
uuid
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
