GET api/User?userId={userId}

Get the User details for the currently logged in session. If the UserId does not match the request session id, throws an error.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

Guid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

User

User
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

Email

string

None.

FirstName

string

None.

LastName

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.