PRIVATEService Accounts
Service Accounts
postCreate Service Account
Creates a new service account for an application. Returns the service account details and a JWT token (shown only once). **Required scopes:** `admin`, `private`
postDelete Service Account
Permanently deletes a service account and invalidates its token. **Required scopes:** `admin`, `private`
postGet Service Account
Retrieves the details of a service account by its ID. **Required scopes:** `admin`, `private`
postList Service Accounts
Returns all service accounts belonging to an application. **Required scopes:** `admin`, `private`
postRegenerate Token
Generates a new JWT token for the service account. The old token will be immediately invalidated. **Required scopes:** `admin`, `private`
postUpdate Service Account
Updates a service account's configuration. Use update_mask to specify which fields to update. **Required scopes:** `admin`, `private`
Process Logout POST
Processes an RP-Initiated Logout request, revoking credentials and returning front-channel logout URIs for the frontend to render. **Required scopes:** `private`
Create Service Account POST
Creates a new service account for an application. Returns the service account details and a JWT token (shown only once). **Required scopes:** `admin`, `private`