Requires authorization
List the ASPs issued by a user. Try it now.
Request
HTTP request
GET https://www.googleapis.com/admin/directory/v1/users/userKey/asps
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
userKey |
string |
Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/admin.directory.user.security |
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#aspList", "etag": etag, "items": [ asps Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
The type of the API resource. This is always admin#directory#aspList . |
|
etag |
etag |
ETag of the resource. | |
items[] |
list |
A list of ASP resources. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.