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

Intergraph Smart Engineering Manager Web API Installation and Configuration

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web API
Search by Category
Installation & Upgrade
Smart Engineering Manager Web Version
4.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/v4

  • Resource path: /Groups

Sample JSON request

{

"Name": "TestGroup_1",

"Description": "Test Group 1 Description"

}