Skip to main content

AssignOrganizationRoleToUserInput

No description

input AssignOrganizationRoleToUserInput {
userId: ID!
organizationId: ID!
role: OrganizationRole!
}

Fields
Link copied!

AssignOrganizationRoleToUserInput.userId ● ID! non-null scalar
Link copied!

The ID of the user to assign the role to

AssignOrganizationRoleToUserInput.organizationId ● ID! non-null scalar
Link copied!

The ID of the org for the role that is to be assigned

AssignOrganizationRoleToUserInput.role ● OrganizationRole! non-null enum
Link copied!

The role to assign to this user

Member of
Link copied!

assignOrganizationRoleToUser mutation