Create Org Service Account
Organizations
Create Org Service Account
Create a new service account for the organization. The client secret is returned only once.
POST
Create Org Service Account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Service account created. The client secret is shown only once.
Synthetic user ID used in JWT sub (sa:{orgSlug}:{slug})
Organization role assigned to this service account
Optional scope restrictions (empty means all permissions from roleSlug)
The raw client secret (sas_{orgSlug}_{uuid}). Shown only once.