User Group

Get All User Groups

GET [ENADOC_URL] /api/v3/usergroups

Pre-requisites from Enadoc: You must have created user groups within your organization. Each individual user can be assigned to one or many user groups. User groups are created globally, and group permission can be managed at the global level and library level

Path Parameters

Name
Type
Description

Authorization

string

Type - Bearer Access token will be sent in request header

[
  {
    "id": 1,
    "name": "Administrators",
    "description": "",
    "securityLevel": 6
  }
]

Get Specific User Group

GET [ENADOC_URL] /api/v3/usergroups/{id}

Pre-requisites from Enadoc: You must have created user groups within your organization.

Path Parameters

Name
Type
Description

id

integer

User group id

Headers

Name
Type
Description

Authorization

string

Type - Bearer Access token will be sent in request headers

Get Users by User Group

GET [ENADOC_URL] /api/v3/usergroups/{id}/users

Pre-requisites from Enadoc: You must have created user groups and users within your organization.

Path Parameters

Name
Type
Description

id

integer

User group id

Headers

Name
Type
Description

Authorization

string

Type - Bearer Access token will be sent in request headers

Get Libraries by User Group

GET [ENADOC_URL] /api/v3/usergroups/{id}/libraries

Pre-requisites from Enadoc: You must have created user groups and libraries within your organization.

Path Parameters

Name
Type
Description

id

integer

User group id

Headers

Name
Type
Description

Authorization

string

Type - Bearer

Last updated

Was this helpful?