REST API Method: POST /rest/usergroup/{identifier}

Modifies a AD Group to Access Level Mapping Table given a specific Table ID.

URL:

https://192.168.0.111/rest/usergroup/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
GroupNameYesNostringnone256 - Max Length Specifies an Active Directory user group name to which an SBC access level is assigned.
AuthLevelYesNoEnum0Possible values:
  • 0 - eUAAudit
  • 1 - eUAReadOnly
  • 2 - eUAOperator
  • 3 - eUAAdministrator
  • 4 - eUARejectUser
  • 5 - eUAWebServices
Specify an SBC access level to be granted to the Active Directory group's users.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels