GET /users/{id}
Retrieves a user based on the specified ID.
Roles that can access this endpoint are Users, Drivers, Customers, Carriers.
Parameters
name |
description |
type |
default |
type |
id |
ID for the user to be returned |
path
|
|
String
|
Result
RowUsers
of type:
application/xml
application/json
the requested RowUsers object
Child Elements:
RowComments
These elements represent the comments associated with the user.
The element contains a __name
attribute with the value comments
.
RowDriver
This element represents the driver associated with the user, if the user is of type driver.
The element contains a __name
attribute with the value driver
.
Try It Out
Request