Skip to main content

Create/Update UserGroup

POST 

/createUpdateUserGroup

This API create or update usergroup in SSM.

The Authorization must have Bearer followed by Token.

Mandatory params:

usergroup, username

Optional params:

user_groupdescription,

users -

  1. username (mandatory),
  2. updateType - ADD/REMOVE (optional),

entitlements -

  1. endpoint (mandatory),
  2. entitlement_type (mandatory),
  3. entitlement_value (mandatory),
  4. updateType ADD/REMOVE (optional),

owners -

  1. username (mandatory),
  2. updateType - ADD/REMOVE/SETRANK (optional),
  3. rank (optional)

Request

Path Parameters

    path stringrequired

Body

    entitlements

    object[]

  • Array [

  • endpoint string
    entitlement_type string
    entitlement_value string
    updateType string
  • ]

  • owners

    object[]

  • Array [

  • rank string
    updateType string
    username string
  • ]

  • user_groupdescription string
    usergroup string
    username string

    users

    object[]

  • Array [

  • updateType string
    username string
  • ]

Responses

Create/Update UserGroup

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Pragma

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

  • X-XSS-Protection

    string

Schema

    errorCode string
    msg string
    usergroupkey string
Loading...