Resource: Member
A Google Groups member can be a user or another group. This member can be inside or outside of your account's domains. For more information about common group member tasks, see the Developer's Guide.
JSON representation |
---|
{ "kind": string, "email": string, "role": string, "etag": string, "type": string, "status": string, "delivery_settings": string, "id": string } |
Fields | |
---|---|
kind |
The type of the API resource. For Members resources, the value is |
email |
The member's email address. A member can be a user or another group. This property is required when adding a member to a group. The |
role |
The member's role in a group. The API returns an error for cycles in group memberships. For example, if Acceptable values are:
|
etag |
ETag of the resource. |
type |
The type of group member. Acceptable values are:
|
status |
Status of member (Immutable) |
delivery_settings |
Defines mail delivery preferences of member. This field is only supported by Acceptable values are:
|
id |
The unique ID of the group member. A member |
Methods |
|
---|---|
|
Removes a member from a group. |
|
Retrieves a group member's properties. |
|
Checks whether the given user is a member of the group. |
|
Adds a user to the specified group. |
|
Retrieves a paginated list of all members in a group. |
|
Updates the membership properties of a user in the specified group. |
|
Updates the membership of a user in the specified group. |