{ "email": "jsmith@example.com", "username": "<string>", "id": 123, "auth_id": "<string>", "is_active": true, "is_verified": true, "last_login": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "full_name": "<string>", "bio": "<string>", "avatar_url": "<string>", "roles": [] }
Retrieve the currently authenticated user’s information.
/api/v1/users/me
Returns a UserWithRoles object.
UserWithRoles
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
The response is of type object.
object