GET
/
users
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/users \
  --header 'Wirtual-Session-Token: <api-key>'
{
  "count": 123,
  "users": [
    {
      "avatar_url": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "email": "jsmith@example.com",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "last_seen_at": "2023-11-07T05:31:56Z",
      "login_type": "",
      "name": "<string>",
      "organization_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ],
      "roles": [
        {
          "display_name": "<string>",
          "name": "<string>",
          "organization_id": "<string>"
        }
      ],
      "status": "<any>",
      "theme_preference": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "username": "<string>"
    }
  ]
}

Authorizations

Wirtual-Session-Token
string
header
required

Query Parameters

q
string

Search query

after_id
string

After ID

limit
integer

Page limit

offset
integer

Page offset

Response

200 - application/json
OK
count
integer
users
object[]