Retrieve detailed information about a specific user by their ID.
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": 1112,
"first_name": "AT SE Skywalker",
"last_name": "Provider 1",
"w2": false,
"thumbnail": "/images/missing-profile.png",
"zip": "55402",
"custom_fields": {
"metadata": {
"total": 1,
"pages": 1,
"per_page": 1,
"page": 1
},
"results": [
{
"id": 8,
"name": "Authorized Site Access Code",
"type": "text",
"flags": [],
"actions": [
"edit"
],
"value": []
}
],
"correlation_id": "e3483897ccc868f785927b3b53f75b72ea8879fe"
}
}{
"status": 400,
"message": "Validation failed: field 'title' is required"
}{
"status": 500,
"message": "Operation successful."
}{
"status": 403,
"message": "You do not have permission to access this work order"
}{
"status_code": 404,
"message": "Work order not found"
}{
"status": 500,
"message": "An unexpected error occurred. Please try again later or contact support."
}application/json
application/json
application/json
application/json
application/json
application/json
Last updated on