UpdateUserRoleInput
No description
type UpdateUserRoleInput { userID: ID! role: USER_ROLE! siteIDs: [ID!] clientMutationId: String!}
#
FieldsuserID
(ID!
)#
userID is the ID of the User that should have their role updated.
role
(USER_ROLE!
)#
role is the USER_ROLE
that the User should be set to.
siteIDs
([ID!]
)#
siteIDs is a list of sites on which the user has this role. if empty, the user has this role on all sites in the organization.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.