Get Users With Accounts Permission

Get Users With Accounts Permission

Returns all users with Accounts permission

Request
URI
GET
https://{api_host}/api/v2/account/user/admin
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerListString of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": [
        "string"
    ]
}
object
status
Required

status

array of string
response
Optional

response


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v2/account/user/admin