Get a User by UserName
{ getUsersByName }
Returns a user object which matches the user's login name.
Method
Input Parameters
Name
userName
Type
string
Description
The user's login name
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
User response object with details of the user found in the system. Note that the response is returned as a list of items of this object type.
Notes
The user object can be used in other operations where it is required.
Examples
User Operations (JavaScript):
This example demonstrates how to find and delete users, roles and tenants.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.
User Client Authentication (Java):
This example demonstrates how to authenticate users for the main application.