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.
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. |