Retrieves the list of aliases belonging to user

Retrieves the list of aliases belonging to user.

Query Params
string

Returns results based on the search criteria.

Valid operators for strings is = . Use double quotation marks for the search values.

Valid search parameters are: appId: search by application ID, appName: case insensitive search by application name

Note: If you are not using the Swagger UI, the search parameter value must be HTML encoded. Use the prefix "search=" in the query parameter.

Example 1: Search on application ID is "6543210012345678901"
search=appId%3D%226543210012345678901%22
Example 2: Search on application Name contains "myapp"
search=appName%3D%22myapp%22

string

Controls the results that are returned in a page.

Use the following query parameters:

page - Identifies the requested page

limit - Defines the total number of results that are returned per page. The maximum value is 100.

Note: The pagination parameter value must be HTML encoded. Use the prefix "pagination=" in the query parameter.

Example: Paginate on page=1&limit=5
pagination=page%3D1%26limit%3D5

Headers
string
required

Authorization Header

Responses

400

Bad Request Exception

403

Forbidden

500

Internal Server Error

Language
URL
Choose an example:
application/json