.. include:: strings.rst Accounts ======== .. module:: accounts .. function:: verify_credentials(server_url, *args, **kwargs) Tests if supplied user credentials are valid. |get| Implements https://twitter-api.readthedocs.io/en/latest/accounts.html#get--api-account-verify_credentials.json :param str server_url: |server_url| :rtype: dict :return: :ref:`user_dict` .. function:: register(server_url, *args, **kwargs) Register a new user. |post| Implements https://twitter-api.readthedocs.io/en/latest/accounts.html#post--api-account-register.json :param str server_url: |server_url| :rtype: dict :return: :ref:`user_dict` .. function:: update_profile(server_url, *args, **kwargs) Updates the authenticating user's profile. |post| Implements https://twitter-api.readthedocs.io/en/latest/accounts.html#post--api-account-update_profile.json :param str server_url: |server_url| :rtype: dict :return: :ref:`user_dict` .. function:: update_profile_image(server_url, *args, **kwargs) Updates the authenticating user's profile image. |post| Implements https://twitter-api.readthedocs.io/en/latest/accounts.html#post--api-account-update_profile_image.json :param str server_url: |server_url| :rtype: dict :return: :ref:`user_dict`