Create a group - Intergraph Smart Engineering Manager - 3.0 - Installation & Upgrade - Hexagon

Intergraph Smart Engineering Manager Web Installation and Configuration

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web
Search by Category
Installation & Upgrade
Smart Engineering Manager Web Version
3.0

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/v3

  • Resource path: /Groups

Sample JSON request

{

"Name": "TestGroup_1",

"Description": "Test Group 1 Description"

}