Auth
Retrieve a user
The Retrieve User API is designed to facilitate the retrieval of comprehensive user information from the system. A required parameter is a user-id of the user whose information needs to be retrieved.
GET
Authorizations
Access token
Path Parameters
user ID
Response
200
application/json
OK
The response is of type object
.
Previous
Update a userThe Update User API helps to efficiently modify and enhance user information within the system, ensuring that user profiles remain accurate and up-to-date. This API provides a secure and flexible mechanism for updating specific details while maintaining adherence to established conventions.
Next