View groups and roles - 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

When a new company is created, the following groups and roles are assigned to that company by default. Each default group contains a single role.

Default Group

Role Name

Assigned Privileges

SuperAdmins

SuperAdmin

All Web Application activities

ToolAdmins

ToolAdmin

Manage sources only

Everyone

ReadOnlyAdmin

Read-only access. In the user interface, users belonging to this group only cannot access the Settings page in the Client UI

For a full list of activities and the access rights that are required for performing them, see List of privileges required for Web API operations.

View a company

Use the GET method to view companies with the following input:

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

  • Resource path: /Companies

The parameters for the service root URI below are provided as an example. The server and domain name you provide depend on your specific environment.

Sample URI for viewing all companies

GET

https://WebApiServer1.APIServerDomain.com/webapibe3.0/sem/v3/Companies

Sample URI for viewing specific company

https://<Server Name>/<IIS Application Name>/sem/v3/Companies('CompanyId')

GET

https://WebApiServer1.APIServerDomain.com/webapibe3.0/sem/v3/Companies('dfbbe4ae-bfb2-44a3-9169-cd6f9f6159b7')

View groups under a company

Use the GET method to view groups under a company with the following input:

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

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

Sample URI for viewing groups under a company

GET

https://WebApiServer1.APIServerDomain.com/webapibe3.0/sem/v3/Companies('dfbbe4ae-bfb2-44a3-9169-cd6f9f6159b7')/Groups

Each group has a unique Id under the company it is assigned to. When creating a user, you must specify the Ids of the groups for the company that you want to assign the user to. For more details, see Create company users.