Accounts (1.0.0)

Download OpenAPI specification:Download

The Accounts API allows you register users and to access user account information. You can use it to retrieve details such as the user's e-mail address or the account's block status. You can also use it to block, and in some cases unblock, user accounts.

Authentication

tilia_auth

Security Scheme Type OAuth2
clientCredentials OAuth Flow
Token URL: https://auth.staging.tilia-inc.com/token
Scopes:

    user_context

    When making an API request that is either returning personalized customer data or acting on behalf of a customer, the customer's consent is required.

    Security Scheme Type OAuth2
    password OAuth Flow
    Token URL: auth.tilia-inc.com/token
    Scopes:
    • add_email -

      Grants permission to add email data

    • change_email -

      Grants permission to change email data

    • change_info -

      Grants permission to update user data

    • change_password -

      Grants permission to update a change a user password

    • change_passwords -

      Grants permission to change multiple user passwords

    • delete_email -

      Grants permission to delete email data

    • internal -

      Grants permission to internal systems

    • manage_apps -

      Grants permission to manage applications

    • read_email -

      Grants permission to read email data

    • user_info -

      Grants permission to read user data

    • unblock_account -

      Grants permission to unblock an account

    • block_account -

      Grants permission to block an account