GET api/User/Organization

Retrieves the organization information for the authenticated user.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An that represents the result of the asynchronous operation. If the authentication fails, returns a BadRequest with an authentication failure message. If the organization is not found, returns a NotFound result. Otherwise, returns an Ok result containing the organization information.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.