Creating an Active Directory group is the first requirement for the creation of SEM Web API users.
Use the POST method to create a group with the following input:
-
Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v4
-
Resource path: /Groups
Sample JSON request
{
"Name": "TestGroup_1",
"Description": "Test Group 1 Description"
}