Requires authorization
Lists all aliases for a group. Try it now.
Request
HTTP request
GET https://www.googleapis.com/admin/directory/v1/groups/groupKey/aliases
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
groupKey |
string |
Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/admin.directory.group.readonly |
https://www.googleapis.com/auth/admin.directory.group |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "admin#directory#aliases", "etag": etag, "aliases": [ groups.aliases Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
The type of the API resource. For Alias resources, the value is admin#directory#alias . |
|
aliases[] |
list |
List of alias objects. | |
etag |
etag |
ETag of the resource. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.