Fetching List of Groups from SAP
Use the post /v1/cckm/sap/get-groups
API to fetch the SAP groups based on a SAP connection on the CipherTrust Manager.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
connection | string | Name or ID of the SAP connection. |
top | integer | Number of records to view. Default is 100. |
skip | integer | Number of records to skip. For example, if "skip":5 is specified, the first five records will not be displayed in the output. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.