GET Users/UserProfile

Gets the user profile. If you have the Authentication Token but not the user profile data, use this API. Make sure you include the User-Authentication-Token header

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Smg.RestApi.Model.Users.AuthenticatedUser

A user that has been authenticated with the system. When a user's credentials are validated an Authentication token will be generated. This token will be the value for a required HTTP header for APIs that do user specific things. The Authentication Token has an expiration date and it is only good until that date. After that, the user's credentials will need to be validated again to generate another token.

Response Formats