Get information on current loged in user: /account/current
VERB |
Header |
Resource/Id/Selector |
Description |
Parameters |
Return data |
GET |
Ticket |
/Account/Current |
Gets information for the currently authenticated user account.
Id is the unique user id and corresponds to the Instance.CreatedByUserId properties and similar. Name is the full name of the user Roles are the roles that the user is member of internally in the system. |
Object:
Id (string) Name (string) Roles (array of string) |