Skip to main content

Add User To Space

Add user to a space or chat.

External Documentation

To learn more, visit the Google Chat documentation.

Basic Parameters

ParameterDescription
Add User ToTo which space type to add the user.
ChatThe resource name of the chat.
Format: spaces/{space}.
Member Email AddressThe email address of the Google Chat user to add to the space.
Member TypeThe type of the member to add to the space.
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": "JOINED",
"member": {
"name": "users/12323534632451324",
"type": "HUMAN",
"isAnonymous": true
},
"createTime": "2023-08-27T18:15:37.463648Z",
"role": "ROLE_MEMBER"
}

Workflow Library Example

Add User to Space with Google Chat and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop