Search Roles
Gets roles under a partner or client.
get
/api/v2/tenants/{tenantId}/roles/search
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
Query Parameters
- pageNo
Default: 1
- pageSize
Default: 100
- sortName
Default: id
- uniqueId
Client uuid
- name
Client name.
- activeStatus
Active status of client.
- startCreationDate
Client created within a period of time. Provide the to date.<br>Example: 2016-08-20T06:52:24 0000
- endCreationDate
Client created within a period of time. Provide the to date.<br>Example: 2016-08-20T06:52:24 0000
- startUpdationDate
Client updated within a period of time. Provide the from update date.<br>Example: 2016-08-25T18:56:04 0000
- endUpdationDate
Client updated within a period of time. Provide to update date.<br>Example: 2016-08-25T18:56:04 0000
- isDescendingOrder
00