Skip to main content
GET
/
v2
/
api
/
users
/
{id}
Get user
curl --request GET \
  --url https://api.withallo.com/v2/api/users/{id} \
  --header 'Authorization: <api-key>'
{
  "data": {
    "id": "usr-abc123",
    "name": "Adrien",
    "email": "[email protected]",
    "role": "ADMIN",
    "status": "ACTIVE",
    "image_url": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://help.withallo.com/llms.txt

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

Required scope: USERS_READ

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required
Example:

"usr-abc123"

Response

User details

data
object