Get a user by their ID
curl --request GET \ --url https://api.hyra.io/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "type": "user", "id": "<string>", "username": "<string>", "display_name": "<string>", "avatar": { "initial": "<string>", "transparent": "<string>", "colour": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The user's ID
User object