Search users by Email/Username

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


ParametersTypeDescription
organizationNamestringDenotes the name of the organization.
userNameOrEmailstringEnter the user's email address or the username.

Response Object

ParameterTypeDescription
userIDintegerThe unique ID of the user.
userNamestringThe username of the user.
firstNamestringThe first name of the user.
lastNamestringThe last name of the user.
emailstringThe email address of the user.
canEnrollbooleanIndicates if the user can enroll.
canIssuebooleanIndicates if the user can issue.
canLifeCyclebooleanIndicates if the user can perform lifecycle actions.
canDisplayEnrollDetailsbooleanIndicates if the user can display enrollment details.
canApprovebooleanIndicates if the user can approve.
mobileIDUserbooleanIndicates if the user is a mobile ID user.
adminbooleanIndicates if the user has admin privileges.
operatorbooleanIndicates if the user has operator privileges.
userbooleanIndicates if the user is a regular user.
adjudicatorbooleanIndicates if the user is an adjudicator.
groupIdintegerThe ID of the group the user belongs to.
groupNamestringThe name of the group the user belongs to.
rolesstringRoles assigned to the user.
roleIDsintegerIDs of the roles assigned to the user.
identityTypeNamestringType of identity associated with the user.
workflowNamestringName of the workflow associated with the user.
enabledbooleanIndicates if the user account is enabled.
locationstringLocation information.
datestringDate information (not specified).
statusintegerThe status of the user.
userStatusstringThe status of the user enrollment.
onboardSelfServicestringOnboard self-service information.
isFederatedstringIndicates if the user is federated.
isEnrollmentInProgressstringIndicates if the user enrollment is in progress.
Language
URL