Skip to main content

RemoveUserFromOrganizationInput

No description

input RemoveUserFromOrganizationInput {
organizationId: ID!
userId: ID!
removeOnlySSOIdentity: Boolean
}

Fields
Link copied!

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

The ID of the user to assign the role to

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

id of the user to uninvite

RemoveUserFromOrganizationInput.removeOnlySSOIdentity ● Boolean scalar
Link 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 of
Link copied!

removeUserFromOrganization mutation