Get user by ID
Retrieve a user by their unique identifier. Only the authenticated user can access their own user information.
Path Parameters |
---|
id string — REQUIREDUnique identifier of the user. Example:
|
Responses | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 The user with the specified ID.
| |||||||||||||||||
404 User with the specified ID not found or not authorized. |