Create Service Account
Creates a service account
Request
URI
POST
https://{api_host}/api/v2/account/serviceaccount
COPY
Request Body
ServiceAccountWrite
of type(s)
application/json
Optional
Show optional properties
{
"identifier": "string"
}
{
"identifier": "string",
"active": false,
"description": "string",
"tokens": [
"string"
],
"userGroups": [
"string"
],
"groups": [
"string"
],
"roles": [
"string"
]
}
Responses
200
successful operation
Returns
ResponseContainerServiceAccount
of type(s)
application/json
"ResponseContainerServiceAccount Object"
object
status
Required
status
object
response
Optional
Wavefront service account entity.
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"identifier:"string"}' https://{api_host}/api/v2/account/serviceaccount
Account (user And Service Account) Operations
GET
Get All Accounts
POST
Delete Multiple Accounts
POST
Grant Permission To Accounts
POST
Revoke Permission From Accounts
GET
Get All Service Accounts
POST
Create Service Account
GET
Get Service Account
PUT
Update Service Account
POST
Activate Account
POST
Deactivate Account
GET
Get All User Accounts
POST
Create Or Update User Account
GET
Get Users With Accounts Permission
POST
Invite User Accounts
GET
Get User Account
PUT
Update User Account
POST
Validate Accounts
GET
Get Account
DELETE
Delete Account
POST
Add Account To Roles
POST
Add Account To User Groups
GET
Get Account Business Functions
POST
Grant Account Permission
POST
Remove Account From Roles
POST
Remove Account From User Groups
POST
Revoke Account Permission