Navigation :
Get User by ID
Returns user information for providers and Field Nation users.
URLs
Environment |
Method |
URL |
Sandbox |
|
https://api-sandbox.fndev.net/api/rest/v2/users/user_id |
Production |
|
https://api.fieldnation.com/api/rest/v2/users/user_id |
Path Parameters
Parameter |
Type |
Example |
Notes |
user_id |
integer
|
557 |
User/Provider ID.
|
Query Parameters
Parameter |
Type |
Example |
Notes |
access_token |
string
|
abc123defg459hijk786lmn45 |
Required. |
Response
Returns the User Object. Refer to Users for more information.
Errors
Standard HTTP and OAuth error codes.