RemoveUserFromOrganizationInput
No description
FieldsLink copied!
RemoveUserFromOrganizationInput.organizationId
● ID!
non-null scalarLink copied!
The ID of the user to assign the role to
RemoveUserFromOrganizationInput.userId
● ID!
non-null scalarLink copied!
id of the user to uninvite
RemoveUserFromOrganizationInput.removeOnlySSOIdentity
● Boolean
scalarLink copied!
In a situation where there is a basic identity (username/password) and also a SSO identity we cannot decide which to remove.this boolean gives you the ability to target the SSO identity explicitly. Otherwise the operation fails as we cannot decide which identity to remove
Member ofLink copied!
removeUserFromOrganization
mutation