GET v1/groups/get/{id}
returns the group for the given id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Core.Model.GroupName | Description | Type | Additional information |
---|---|---|---|
createdAt | date |
None. |
|
modifiedAt | date |
None. |
|
users | Collection of string |
None. |
|
capps | Collection of string |
None. |
|
id | globally unique identifier |
None. |
|
name | string |
None. |
|
description | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "createdAt": "2025-06-26T18:16:35", "modifiedAt": "2025-06-26T18:16:35", "users": [ "sample string 1", "sample string 2" ], "capps": [ "sample string 1", "sample string 2" ], "id": "083eff12-0504-468a-9795-ff1f645a5cbb", "name": "sample string 3", "description": "sample string 4" }