GET api/v{version}/directory/{netId}/groups

Return the groups a staff member is a member of.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
netId

Staff member's NetID.

string

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AffiliationDto objects.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.