Skip to main content
GET
https://api.laneapp.co/api
/
records
/
users
List users
curl --request GET \
  --url https://api.laneapp.co/api/records/users \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.laneapp.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Pass your Lane API key in the X-API-Key header.

Response

Users in this workspace.

id
string

MongoDB ObjectId.

Example:

"65f0a1b2c3d4e5f6a7b8c9d0"

label
string
Example:

"Mobile app"