Skip to main content

Get List of Users

GET 

/user

This API returns the user information from SSM. This API will return only the user attributes which are not null or blank.

You can search for a user based on any parameters given below and not only the username.

The Authorization must have Bearer followed by Token.

Mandatory params: q

Optional params: offset, max, sort, order, countonly, fields showsecurityanswers - "0"/"1" to display encrypted security answers for the user

Request

Query Parameters

    q string
    fields string
    sort string
    order string
    offset string
    max string

Responses

Get User

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    countnumber
    Example: 2
    errorCodestring
    Example: 0
    msgstring
    Example: Successful
    offsetstring
    Example: 2
    orderstring
    Example: desc

    results

    object[]

  • Array [

  • Last Namestring
    Example: Doe
    User Namestring
    Example: johndoe
    firstnamestring
    Example: John
  • ]

  • sortstring
    Example: username