/service_account
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
POST /service_account | A user account with administrative privileges can invoke this endpoint to create a service account. | Available | |
POST /service_account/session | Opens a service account session. | Available | |
GET /service_account/{id} | A user account with administrative privileges can invoke this endpoint to retrieve details about the service account specified by the {id} parameter. | Available | |
PATCH /service_account/{id} | A user account with administrative privileges can invoke this endpoint to update the service account specified by the {id} parameter. | Available | |
DELETE /service_account/{id} | A user account with administrative privileges can invoke this endpoint to delete the service account specified by the {id} parameter. | Available | |
POST /service_account/{id}/rotate | Rotates service account secret. | Available |