Copying a Group
You can use this API to copy a group.
Request
-
HTTP Method:POST
-
URL:Application_URL/services/api/v1/groups/{groupId}/copy
-
Authorization:You must have the roles GROUP_EDIT or GROUP_DELETE assigned to your user ID in the SAP Cloud Platform account.
Response
-
If a group with the specified ID exists, system copies the group and the relevant details.
For more information, see https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups__groupId__copy_post.
-
If the group with the specified ID does not exist, system returns an error code.
For more information on error codes the system returns, see response payload in https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups__groupId__copy_post.