Creates a new access token for the specified group. The token secret is only returned in the response to this creation request and cannot be retrieved later.
Authorization: Requires group admin permissions. Security: Store the returned secret securely as it cannot be retrieved again.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the group Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique name for the token within the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Optional expiration date for the token. If not provided, defaults to 99 years from creation
Group token created successfully
Represents an access token/key for a service account
Unique name for the access token within the organization
^[a-zA-Z0-9_-]+$The name of the group that the token belongs to
^[a-zA-Z0-9_-]+$ISO 8601 timestamp indicating when the token was created
ISO 8601 timestamp indicating when the token expires
Whether the token has expired