Retrieve a user’s information by their user ID.
/api/v1/users/{user_id}
user_id
(integer, required): The ID of the userReturns a UserWithRoles
object.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object
.