Creating a Group
You create a group when you want to club together a set of business objects. You can perform certain actions on the groups that would be applicable for all the business objects assigned to the group.
Request
-
HTTP Method: POST
-
URL:Application_URL/services/api/v1/groups
-
Authorization: You must have the roles GROUP_EDIT or GROUP_DELETE assigned to your user ID in the SAP Cloud Platform account.
-
Request Schema: To know about fields that you can use in a request payload, refer to the Additonal Information to the request schema in thehttps://help.sap.com/doc/e9b806e72fb24c58ac919dab1a0d47d2/1811/en-US/Groups.html#groups_post file.
For more information about the request payload fields, their descriptions, and possible values, see Additional Information.
Response
-
If the system creates a group successfully, system returns the details of group in the response payload.
For more information, see https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups_post.
-
If the systems cannot create a group successfully, system returns appropriate error codes in the response payload.
For more information, see https://help.sap.com/doc/6b92d6402ede4542b1a46c85ee2091d6/1902/en-US/Groups.html#groups_post.