Gets the list of accounts for the specified application.

Entitlements required: manageAppAccessAdmin or manageappaccessowner or readappconfig.

Get the list or statistics of accounts for the specified application.

Path Params
string
required

Unique identifier of an application

Query Params
boolean

If set to true, returns the statistics of accounts as per Compliance status. Default value is false.

string

Ordinality of the page to fetch

string

Total number of accounts to return in each page. It cannot be greater than count

string

Search query to filter the accounts. It can be based on status and finerStatus fields. Free text search is also supported.

Examples:

  1. "finerStatus=NON_COMPLIANT" - Get all Non-Compliant accounts

  2. "finerStatus=COMPLIANT" - Get all Compliant accounts

  3. "finerStatus=UNMATCHED" - Get all Unmatched accounts

  4. "status=ACTIVE&finerStatus=COMPLIANT" - Get all Active and Compliant Accounts

  5. "q=John" - Get all account entries with text matching John

  6. "status=ACTIVE&q=Jessica" - Get all Active accounts matching Jessica

string

Attribute to sort the results. Supported attributes are:

  1. creationTime: Timestamp for account creation

  2. userName: account username (Default)

  3. finerStatus: account compliance status

Specify - before the attribute for descending results

Responses

401

User not Authorised.

Language
URL
Choose an example:
application/json