get https://api.projectmanager.com/api/data/me
Retrieve information about the currently logged on user.
This API call will always succeed with a 200 OK if called with valid authentication information. If the authentication information provided is not valid, calling this API will return a 401 Authentication Failed error message. If successful, this API returns information about the user including its home URL, email address, user name, and workspace name.
Data Definition
See WorkSpaceUserInfoDto for the complete data definition.