Passer au contenu principal
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.

Scope requis : USERS_READ

Autorisations

Authorization
string
header
requis

Paramètres de chemin

id
string
requis
Exemple:

"usr-abc123"

Réponse

User details

data
object