GET users/current
Get information about the currently logged-in user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Example URI: http://localhost/iv2/app-api-v2/users/currentUser
CurrentUser| Name | Description | Type | Additional information |
|---|---|---|---|
| user_name | string |
None. |
|
| authenticated | boolean |
None. |
|
| user_hash | string |
None. |
|
| roles | Collection of string |
None. |
|
| capabilities | Collection of Capability |
None. |
|
| profile | UserProfile |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.