get
https://slemma.com/api/v1/users/
Retrieves the details of an existing user. Supply the unique user key (ID) and Slemma will return the corresponding user information.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns
Returns a user object if a valid identifier was provided.
SIG and Token are available only for Server admins.
The following are the examples of HTTP status codes including errors that API can generate
| Response сodes | Response сontent | Description |
|---|---|---|
| 200 OK | A user object | A user has been retrieved successfully. |
| 404 Not Found | Object not found | A user with the specified key was not found. |
