get
https://{baseurl}/usermanagement/api/v1/organizations// /users/search/
This API endpoint allows you to fetch the user details based on either user name or email.
Headers
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Path Parameters
| Parameters | Type | Description |
|---|---|---|
| organizationName | string | Denotes the name of the organization. |
| userNameOrEmail | string | Enter the user's email address or the username. |
Response Object
| Parameter | Type | Description |
|---|---|---|
| userID | integer | The unique ID of the user. |
| userName | string | The username of the user. |
| firstName | string | The first name of the user. |
| lastName | string | The last name of the user. |
| string | The email address of the user. | |
| canEnroll | boolean | Indicates if the user can enroll. |
| canIssue | boolean | Indicates if the user can issue. |
| canLifeCycle | boolean | Indicates if the user can perform lifecycle actions. |
| canDisplayEnrollDetails | boolean | Indicates if the user can display enrollment details. |
| canApprove | boolean | Indicates if the user can approve. |
| mobileIDUser | boolean | Indicates if the user is a mobile ID user. |
| admin | boolean | Indicates if the user has admin privileges. |
| operator | boolean | Indicates if the user has operator privileges. |
| user | boolean | Indicates if the user is a regular user. |
| adjudicator | boolean | Indicates if the user is an adjudicator. |
| groupId | integer | The ID of the group the user belongs to. |
| groupName | string | The name of the group the user belongs to. |
| roles | string | Roles assigned to the user. |
| roleIDs | integer | IDs of the roles assigned to the user. |
| identityTypeName | string | Type of identity associated with the user. |
| workflowName | string | Name of the workflow associated with the user. |
| enabled | boolean | Indicates if the user account is enabled. |
| location | string | Location information. |
| date | string | Date information (not specified). |
| status | integer | The status of the user. |
| userStatus | string | The status of the user enrollment. |
| onboardSelfService | string | Onboard self-service information. |
| isFederated | string | Indicates if the user is federated. |
| isEnrollmentInProgress | string | Indicates if the user enrollment is in progress. |
