Magidoc

UpdateUserMutationInput
Input Object

Input object for updating a user.

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

databaseId

Database ID for user to lookup.

id

User id.

requestedGroups

[ String !]

List of Groups the user is requesting to join.

requestedLicenses

List of Licenses the user is requesting.

requestedLicensesExtraData

Extra configuration options for the Licenses requested by the user.

requestedOriginGroup

origin group requested for user.

user

Fields for user to be created.

username

Username for user to lookup.

Usages

#

References

#

  • Argument input of field updateUser from type Mutation