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

In the Smart Engineering Manager Client Backend, a group is created under a company.

Use the POST method to create a group with the following input:

  • Service Root URI: https://<Server Name>/<IIS Application Name>/sa/v3

  • Resource path: /Companies('CompanyId')/Groups

Sample JSON request

{

"Name": "TestGroup_1",

"Description": "Test Group 1 Description"

"Roles": ["{{role}}"]

}

The value {{role}} corresponds to one of the role Ids, which can be found by running the Get System Roles request:

https://<Server Name>/<IIS Application Name>/sa/v3/Roles

For users that will be added to the group to be able to perform onboarding activities, you must assign the SuperAdmin role Id to the group.

See Also

View groups and roles