External DocumentationTo learn more, visit the Google Chat documentation.
Actions
Add User To Space
Add user to a space or chat.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Add User To | To which space type to add the user. |
| Chat | The resource name of the chat. Format: spaces/. |
| Member Email Address | The email address of the Google Chat user to add to the space. |
| Member Type | The type of the member to add to the space. |
| Space | The resource name of the space. Format: spaces/. |
| 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. |
{
"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"
}
Was this page helpful?