INPUT_OBJECT

UpdatePersonUserInput

Arguments for updating a person user

link GraphQL Schema definition







input UpdatePersonUserInput {
The email of the PersonUser.
email: String
The status of the PersonUser.
enabled: Boolean
The first name of the PersonUser.
firstName: String
The last name of the PersonUser.
lastName: String
The preferred name of the PersonUser. Will be used as the display name if
present.
preferredName: String
The id of the user to be updated.
userId: ID!
}

link Required by