Get user
Returns information about a specified User.
<Info title="Required scopes">
> `users:read`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Path parameters
uuid
User unique identifier, or the constant "me" to reference the caller
Response
OK
resource
Information about the user.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error