Get Space
Gets details of a space.
External Documentation
To learn more, visit the Google Meet documentation.
Basic Parameters
Parameter | Description |
---|---|
Space Name | 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": string,
"meetingUri": string,
"meetingCode": string,
"config": {
{
"accessType": TRUSTED,
"entryPointAccess": ALL
}
},
"activeConference": {
{
"conferenceRecord": string
}
}
}
Workflow Library Example
Get Space with Google Meet and Send Results Via Email
Preview this Workflow on desktop