Request a single user
The method getUser returns the data of the requested user.
If requested, the contents of the user-defined fields of the user as well as the global user rights can be returned. Please note, if the rights management is done via user profiles, those rights will be considered.
The return value consists of a user object. Through this object all data, user-defined fields and user rights of the user can easily be accessed.
In case the requested user does not exist, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
userName |
Username |
|
includeCustomUserData |
Flag for the content of user defined fields to be additionally returned |
|
includeUserRights |
Flag for the user rights to be additionally returned |
Return value: ServiceObject_User; User object