Creates one or more delegates for a given user.
HTTP request
POST https://admin.googleapis.com/admin/contacts/v1/{parent=users/*}/delegates
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The parent resource that will own the created delegate following the format: users/{userId} where userId is the email address of the given user. |
Request body
The request body contains an instance of Delegate
.
Response body
If successful, the response body contains a newly created instance of Delegate
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admin.contact.delegation
For more information, see the Authorization guide.