User will get a list of User Profiles matching the searchText in response. Provided searchText will be matched against the user attributes case insensitively - First Name, Last Name, Friendly Name, Email, Phone, Company, Contact, Country, Group Names, and Role Name. User will only see the list of users that are part of the user groups that it belongs to.
The Response Body will be a JSON object
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "status": "success",
- "data": [
- {
- "userId": "7d675ef0-f423-11e9-8071-89c0c4052141",
- "customerId": "1234567890",
- "emailId": "jlake@company.com",
- "firstName": "John",
- "lastName": "Lake",
- "roleId": "7d5620e0-f423-11e9-8071-89c0c4052141",
- "status": "enabled",
- "groups": [
- "7d6207c0-f423-11e9-8071-89c0c4052141"
]
}
]
}