Skip to main content

RemoveUserFromOrganizationInput

No description

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

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

Member of
Link copied!

removeUserFromOrganization mutation