Add User To Space
Add user to a space or chat.
External Documentation
To learn more, visit the Google Chat documentation.
Basic Parameters
Parameter | Description |
---|---|
Add User To | To which space type to add the user. |
Chat | The resource name of the chat. Format: spaces/{space}. |
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/{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": "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
Preview this Workflow on desktop