Get All Accounts
Get all accounts (users and service accounts) of a customer
Request
URI
GET
https://{api_host}/api/v2/account
COPY
Query Parameters
integer
offset
Optional
Constraints:
default: 0
offset
integer
limit
Optional
Constraints:
default: 100
limit
Responses
200
successful operation
Returns
ResponseContainerPagedAccount
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"unitedRoles": [
"string"
],
"unitedPermissions": [
"string"
],
"identifier": "string",
"groups": [
"string"
],
"roles": [
"string"
],
"userGroups": [
"string"
]
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}
object
status
Required
status
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/account
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