/gmail/v1/users/{userId}/settings/cse/identities
GET
/gmail/v1/users/{userId}/settings/cse/identitiesLists the client-side encrypted identities for an authenticated user.
Request
Path Params
userId
string
required
The requester's primary email address. To indicate the authenticated user, you can use the special value me
.
Query Params
pageSize
integer
optional
The number of identities to return. If not provided, the page size will default to 20 entries.
pageToken
string
optional
Pagination token indicating which page of identities to return. If the token is not supplied, then the API will return the first page of results.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago