"listAccounts"
(jsonAction)
JSON ADMIN "listAccounts"
action lists all accounts that the logged-in account is authorized to see
The "listAccounts"
action lists all accounts that the logged-in account is authorized to see. Includes roleName and roleDescription.
Request examples
{
"api": "admin",
"action": "listAccounts",
"authToken": "replaceWithAuthTokenFromCreateSession"
}
{
"api": "admin",
"action": "listAccounts",
"params": {
"partialNames": [
"adm",
"NewAccount"
]
},
"requestId": "1",
"authToken": "replaceWithAuthTokenFromCreateSession"
}
Use the listAccounts API action to list all accounts that the logged-in account is authorized to see
Table 1.
"params"
property summariesProperty | Description | Default | Type | Limits (inclusive) |
---|---|---|---|---|
partialNames | (optional) returns accounts with usernames that match at least part of one or more of the specified values |
| array |