GET api/Organization/Users

Retrieves a list of users for the authenticated organization.

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 list of users if successful, a 400 Bad Request if authentication fails, or a 404 Not Found if no users are found.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.