Skip to main content

deleteGroupMember

Remove a member from a group.

The member immediately loses any access granted by this group. If this was their only group in the organization, they lose all access to the organization. Requires organization_admin permissions.

deleteGroupMember(
organizationId: ID!
groupId: ID!
email: String!
): GroupMemberPayload

Arguments

deleteGroupMember.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

deleteGroupMember.groupId ● ID! non-null scalar {#group-id}

The group to remove the member from.

deleteGroupMember.email ● String! non-null scalar {#email}

Email address of the member to remove.

Type

GroupMemberPayload object