GET api/User/Groups

Retrieves the groups associated with the authenticated user.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns an with the list of user groups if successful, if no groups are found, or if the authentication fails.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.