Remove User From Space
Remove user from a space or chat.
External Documentation
To learn more, visit the Google Chat documentation.
Basic Parameters
Parameter | Description |
---|---|
Chat | The resource name of the chat. Format: spaces/{space}. |
Member Email Address | The email address of the Google Chat user to delete from the space. |
Remove User From | From which type of space to remove the user. |
Space | The resource name of the space. Format: spaces/{space}. |
Advanced Parameters
Parameter | Description |
---|---|
Delegated User Override | Perform 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
Preview this Workflow on desktop