GET
/
api
/
v1
/
admin
/
users
curl --request GET \
  --url https://app.aptlystar.ai/api/v1/admin/users \
  --header 'Authorization: <authorization>'
[
  {
    "user_id": "<string>",
    "username": "<string>",
    "email": "<string>",
    "is_admin": true,
    "bots": 123,
    "createdAt": "<string>",
    "accountActiveStatus": true
  }
]

Headers

Authorization
string
required

Response

200 - */*

Default Response

The response is of type object[].