Create User

Create User API provides the ability to create a standalone Encompass User and create and link users in both Encompass and AIQ. AIQ users created through SCIM must be associated with an Encompass user.

Global User ID

The SCIM globalUserId (GUID) is generated when the user is created using the POST /scim2/v1/users API. The generated GUID is included in the response payload of the POST call. To learn more about the GUID and how it operates, please see the SCIM Global User ID guide.

Configuring Default Settings for Encompass Users

  • A System Administrator can configure default values for user Organization, Persona and Working Folder attributes in the Admin Tools > Server Settings Manager > Policies for a given instance of Encompass.
  • When the defaults are configured, then you do not need to provide the following properties in the request payload when creating an Encompass user. The user is setup with the default settings.
    • workingFolder
    • personas
    • organization
Language