gmb_accounts_locations_admins_create
Invite a user to become an administrator for a specific location. The invitation must be accepted by the user for access to be granted.
Instructions
POST v1/{+parent}/admins. Invites the specified user to become an administrator for the specified location. The invitee must accept the invitation in order to be granted access to the location. See AcceptInvitation to programmatically accept an invitation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for this Google API method. | |
| fields | No | Selector specifying which fields to include in a partial response. | |
| parent | Yes | Required. The resource name of the location this admin is created for. `locations/{location_id}/admins`. | |
| $.xgafv | No | V1 error format. | |
| quotaUser | No | Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. | |
| prettyPrint | No | Returns response with indentations and line breaks. |