Resource: Group
Google Groups provide your users the ability to send messages to groups of people using the group's email address. For more information about common tasks, see the Developer's Guide.
JSON representation |
---|
{ "id": string, "email": string, "name": string, "description": string, "adminCreated": boolean, "directMembersCount": string, "kind": string, "etag": string, "aliases": [ string ], "nonEditableAliases": [ string ] } |
Fields | |
---|---|
id |
Read-only. The unique ID of a group. A group |
email |
The group's email address. If your account has multiple domains, select the appropriate domain for the email address. The |
name |
The group's display name. |
description |
An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups. Maximum length is |
adminCreated |
Read-only. Value is |
directMembersCount |
The number of users that are direct members of the group. If a group is a member (child) of this group (the parent), members of the child group are not counted in the |
kind |
The type of the API resource. For Groups resources, the value is |
etag |
ETag of the resource. |
aliases[] |
Read-only. A list of a group's alias email addresses. |
nonEditableAliases[] |
Read-only. A list of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains. These are functioning email addresses used by the group. This is a read-only property returned in the API's response for a group. If edited in a group's POST or PUT request, the edit is ignored by the API service. |
Methods |
|
---|---|
|
Deletes a group. |
|
Retrieves a group's properties. |
|
Creates a group. |
|
Retrieves all groups of a domain or of a user given a userKey (paginated). |
|
Updates a group's properties. |
|
Updates a group's properties. |