how to create a new group on partner organization using REST API or bulk upload
Summary:
how to create a new group on partner organization using REST API or bulk upload
Content (required):
how to create a new group on partner organization using REST API or bulk upload
Version (include the version you are using, if applicable):
22A Patch 2
Code Snippet (add any code snippets that support your topic, if applicable):
/rest/v14/companies/{companyName}/users/{userName}/groups
I am able to change the user group if it exists, but I would like to know how to add new group
/rest/v14/companies/{companyName}/users
please help me to which API and sample code for adding new group.
0