Skip to main content

Get Delegate User List

GET 

/getDelegateUserList

This API returns list of users that are allowed to be added as delegate for a parentuser in SSM.

The Authorization must have Bearer followed by Token.

Mandatory params:

parentusername

Optional params:

max, offset,

searchCriteria - example "t*" or "te" or "test" to search in username or firstname or lastname for the delegate user

Request

Path Parameters

    path stringrequired

Body

    max string
    parentusername string
    searchCriteria string

Responses

Get Delegate User List

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    displayCount string
    errorCode string
    msg string

    result

    object[]

  • Array [

  • firstname string
    lastname string
    username string
  • ]

  • totalCount string
Loading...