Retrieve detailed information about a specific user by their ID.
access_token OAuth 2.0 Access Token
In: query
User ID
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/users/0"{
"id": 123,
"first_name": "John",
"last_name": "Doe",
"email": "user@fieldnation.com",
"w2": true,
"thumbnail": "string_value",
"zip": "90210",
"custom_fields": {
"metadata": {
"total": 100,
"page": 0,
"pages": 5,
"per_page": 20
},
"correlation_id": "string_value",
"results": []
}
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X GET "https://api-sandbox.fndev.net/api/rest/v2/users/0"