Search Tenant Users
Gets users for a tenant.
Notes
- This API provides minimal user details.
- To get the complete details of a user, use the Get User API.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
Query Parameters
- pageNo
page no
Default: 1
- pageSize
page size
Default: 100
- sortName
Sort order by field
Default: id
- isDescendingOrder
List in ascending or descending
- queryString
Custom query string for filtering
- uniqueId
ID of user.
- loginName
Login name of user.
- firstName
First name of user.
- lastName
Last name of user.
- mailId
User email.
- startCreationDate
Filter the users created within a date range. Provide the from date.Example: 2016-11-01T11:54:24 0000
- endCreationDate
Filter the users created within a date range. Provide the to date.Example: 2016-11-03T11:54:24 0000
- startUpdationDate
Filter the users updated within a date range. Provide the to date.Example: 2016-11-01T11:54:24 0000
- endUpdationDate
Filter the users updated within a date range. Provide the to date.Example: 2016-11-03T11:54:24 0000
- status
To get a list of active users, provide status: active. To fetch list of inactive users, provide status: inactive.