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.
- endCreationDate
Filter the users created within a date range. Provide the to date.
- startUpdationDate
Filter the users updated within a date range. Provide the to date.
- endUpdationDate
Filter the users updated within a date range. Provide the to date.
- status
To get a list of active users, provide status: active. To fetch list of inactive users, provide status: inactive.
Responses
- results
- totalResults
- orderBy
- pageNo
- pageSize
- totalPages
- nextPage
- nextPageNo
- previousPageNo
- descendingOrder
Loading Examples...