Skip to main content

Get List of UserGroups

POST 

/fetchUserGroup

This API returns list of UserGroups in SSM. The Authorization must have Bearer followed by Token. Optional params: usergroupkey, usergroupname, usergroupdescription,groupid, max (default value is 5), offset (default value is 0)

Request

Query Parameters

    systemname string
    offset string
    connectionname string
    connectionType string

Body

    usergroupkeystring
    Example: 1
    usergroupnamestring
    Example: AdminGroup

Responses

Fetch UserGroups - SUCCESS / Get List of UserGroups - usergroupkey

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    displaycountnumber
    Example: 1
    errorcodenumber
    Example: 0
    msgstring
    Example: success
    totalcountnumber
    Example: 1

    usergroups

    object[]

  • Array [

  • entitlements

    object[]

  • Array [

  • descriptionstring
    Example:
    displaynamestring
    Example:
    entitlement_valuestring
    Example: Report Writer (Report_Writer)
    entitlement_valuekeynumber
    Example: 1
  • ]

  • groupidstring
    Example:
    ownersundefined[]
    Example: []
    riskstring
    Example:
    user_groupdescriptionstring
    Example: USERAPPROVAL
    user_groupnamestring
    Example: USERAPPROVAL
    usergroupkeynumber
    Example: 1

    users

    object[]

  • Array [

  • citystring
    Example:
    emailstring
    Example:
    firstnamestring
    Example: adminfname
    lastnamestring
    Example: adminlname
    userkeynumber
    Example: 1
    usernamestring
    Example: admin
  • ]

  • ]