Viewing Details of SAP Groups
Use the get /v1/cckm/sap/groups/{id}
API to fetch the details of a SAP group with the given id.
Syntax
Here, {id}
is the resource ID of the SAP group.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Example Request
Example Response
The sample output shows the details corresponding to the group (with ID e4b2c2da-4226-4cd8-bbfa-b3ad7a7c05ea
).
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.