members
Overview
Name | members |
Type | Resource |
Id | googleworkspace.chat.members |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Resource name of the membership. Format: spaces/{space}/members/{member} |
role | string | Output only. User's role within a Chat space, which determines their permitted actions in the space. |
state | string | Output only. State of the membership. |
createTime | string | Output only. The creation time of the membership, such as when a member joined or was invited to join a space. |
member | object | A user in Google Chat. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
spaces_members_get | SELECT | membersId, spacesId | Developer Preview: Returns a membership. Requires authentication. Fully supports service account authentication. Supports user authentication as part of the Google Workspace Developer Preview Program, which grants early access to certain features. User authentication requires the chat.memberships or chat.memberships.readonly authorization scope. |
spaces_members_list | SELECT | spacesId | Developer Preview: Lists memberships in a space. Requires authentication. Fully supports service account authentication. Supports user authentication as part of the Google Workspace Developer Preview Program, which grants early access to certain features. User authentication requires the chat.memberships or chat.memberships.readonly authorization scope. |