Find User

This API endpoint is used to obtain the details of a specific user.

🚧

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.

2032

Using Ordering SDK

const response = await ordering.users(userId).get();
Language
Authorization
Header
Click Try It! to start a request and see the response here!