Skip to main content
GET
/
users
Get users
curl --request GET \
  --url https://app.getaptly.com/api/users \
  --header 'x-token: <x-token>'
[
  {
    "_id": "JShpBxEFgRmZnivTf",
    "name": "Alan Runyan",
    "email": "alan@example.com"
  }
]

Headers

x-token
string
required

Your Aptly API Token. Available in the Aptly UI under Card Sources > API.

Query Parameters

page
integer
default:0

The page of results to return, 0-indexed. Page size is 200 items.

Response

A list of users

_id
string
Example:

"JShpBxEFgRmZnivTf"

name
string
Example:

"Alan Runyan"

email
string<email>
Example:

"alan@example.com"