v1
latestOpenAPI 3.0.02026-07-175652103.9 KBgroup
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