Skip to main content

Remove User From Space

Remove user from a space or chat.

External Documentation

To learn more, visit the Google Chat documentation.

Basic Parameters

ParameterDescription
ChatThe resource name of the chat.
Format: spaces/{space}.
Member Email AddressThe email address of the Google Chat user to delete from the space.
Remove User FromFrom which type of space to remove the user.
SpaceThe resource name of the space.
Format: spaces/{space}.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
"name": "spaces/AAAFF75edfb4/members/12323534632451324",
"state": "NOT_A_MEMBER"
}

Workflow Library Example

Remove User from Space with Google Chat and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop