GET api/v{version}/groups/name/{groupName}?photos={photos}
Get the members of a specific Beckman Institute group by name of the group.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupName |
Beckman group name as provided by /api/v2/groups. |
string |
Required |
| photos |
Flag to include directory photos. |
boolean |
Default value is False |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Group record including personnel in Person format.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.