group
Get a Group
This function is an API endpoint that allows an authenticated admin to retrieve a group. It is tagged with "group" for OpenAPI documentation.
Parameters
- guid: The GUID of the group to retrieve.
Returns
If successful, this function returns a Json<Group> object If the group is not found, this function returns a status::NotFound error.
get/api/group/{guid}
Path parameters
guidstring required
Response
Changes
Changed in 2 of the 11 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲