GET api/Organization

Retrieves the organization details for the authenticated user.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns a 200 OK response with the organization details if successful, a 400 Bad Request if authentication fails, or a 404 Not Found if the organization does not exist.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.