beta.service_accounts

Create Service Account

Create a service account in a workspace. Requires the Workspace admin (workspace_admin) role.

post/v1/service-accounts

Request body

namestring required
workspace_idstring uuid required
descriptionstring nullable
role_idsstring[]

Response

Successful Response

idstring uuid required
namestring required
customer_idstring uuid required
organization_idstring uuid required
workspace_idstring uuid required
descriptionstring nullable required
created_atstring date-time required
updated_atstring date-time required
deleted_atstring date-time nullable required

Changes