get
https://apiv4.ordering.co////users/
This API endpoint is used to obtain the details of a specific user.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
User Level Restrictions
- Administrator: Can get any user details no matter which level they have.
- Any level user: Can get only his user details.
Here is an example of a request with params name only using our API explorer.
Using Ordering SDK
const response = await ordering.users(userId).get();
