Skip to main content
Version: 1.1.5

Admin - List all system users

GET 

/admin/list-users

List all system users.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Responses

Schema

  • Array [

  • api_key APIKeyrequired
    id UserIdrequired
    label stringnull
  • ]

Loading...