AssignOrganizationRoleToUserInput
No description
FieldsLink copied!
AssignOrganizationRoleToUserInput.userId
● ID!
non-null scalarLink copied!
The ID of the user to assign the role to
AssignOrganizationRoleToUserInput.organizationId
● ID!
non-null scalarLink copied!
The ID of the org for the role that is to be assigned
AssignOrganizationRoleToUserInput.role
● OrganizationRole!
non-null enumLink copied!
The role to assign to this user
Member ofLink copied!
assignOrganizationRoleToUser
mutation