Get All User Accounts
Returns all user accounts
Request
URI
GET
https://{api_host}/api/v2/account/user
COPY
Responses
200
successful operation
Returns
ResponseContainerListUserDTO
of type(s)
application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": [
{
"identifier": "string",
"customer": "string",
"ssoId": "string",
"lastSuccessfulLogin": 0,
"groups": [
"string"
],
"userGroups": [
{
"id": "04e5fd3a-c916-45aa-923c-2fa02e9eddac",
"name": "string",
"customer": "string",
"users": [
"string"
],
"userCount": 0,
"properties": {
"nameEditable": false,
"usersEditable": false,
"rolesEditable": false
},
"description": "string",
"roles": [
"RoleDTO Object"
]
}
],
"roles": [
{
"sampleLinkedGroups": [
"UserGroup Object"
],
"linkedGroupsCount": 0,
"sampleLinkedAccounts": [
"string"
],
"linkedAccountsCount": 0,
"restrictedPermissions": [
"string"
],
"properties": {
"nameEditable": false,
"usersRemovable": false,
"usersAddable": false,
"permsEditable": false,
"deletable": false
},
"permissions": [
"string"
],
"name": "string",
"id": "string",
"description": "string",
"createdEpochMillis": 0,
"lastUpdatedMs": 0,
"lastUpdatedAccountId": "string",
"customer": "string"
}
]
}
]
}
object
status
Required
status
array of
object
response
Optional
response
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/account/user
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