Authorization
header. Ensure that you include a valid API key in your requests.GET /users
limit
(integer, optional) – Specifies the maximum number of users returned per request.offset
(integer, optional) – Defines the starting point for retrieving users, allowing pagination.
GET /users/{userId}
userId
(string, required) – The unique identifier of the user whose details are being fetched.