UpdateUserOrganizationRoleInput
Input for updating a user's organization role.
input UpdateUserOrganizationRoleInput {
organizationId: Int!
role: String
userId: Int!
}
Fields
UpdateUserOrganizationRoleInput.organizationId ● Int! non-null scalar common
The organization ID that owns the role.
UpdateUserOrganizationRoleInput.role ● String scalar common
The organization role ID to assign.
UpdateUserOrganizationRoleInput.userId ● Int! non-null scalar common
The user ID to update.
Member Of
setUserOrganizationRole mutation