User Management
Create Service Account
Create a service account that is associated with a identity provider client
POST
/
serviceaccounts
Body
application/json
status
enum<string>
requiredInactive service account will not be able to access the api
Available options:
active
, inactive
groups
string[]
The groups in which this service account belongs to
name
string
The display name of this service account
subject
string
Subject is the external identifier that maps the user from the identity provider. This field is immutable after creation
Response
201 - application/json
status
enum<string>
requiredInactive service account will not be able to access the api
Available options:
active
, inactive
groups
string[]
The groups in which this service account belongs to
id
string
The unique identifier of this resource
name
string
The display name of this service account
org_id
string
Organization ID
subject
string
Subject is the external identifier that maps the user from the identity provider. This field is immutable after creation