The user object =============== Attributes ---------- * ``id`` integer The user identifier. * ``name`` string The name of the user. * ``role`` enum The role of the user can be ``owner``, ``admin`` or ``follower``. * ``email`` string The email address of the user. Example """"""" .. code-block:: json { "id": 1, "name": "John Doe", "email": "john.doe@example.com" "role": "owner" }