User.com Setup

Authentication

To authenticate a User.com Connector, you will need a User.com application’s subdomain and an API Key.

Obtaining Your Authentication Credentials

  1. Login or create an account
  2. Select an existing application or create a new one. You must provide a subddomain for your application upon it’s creation
  3. From your selected application’s dashboard, navigate to Settings > Setup & integrations
  4. You will be redirected to a page where your application’s key and subdomain are presented.
    Note: This API Key is not to be confused with the API Key used for authentication.
    The API Key used for authentication will be a 64 character long string.
  5. Using the credentials obtained in step 4, you can now access your Public REST API Key (used for authentication) at the following location:
    https://Subdomain.user.com/api/ApplicationKey/credentials/

    As an example, that URL could be:
    https://example.user.com/api/ABC123/credentials/
  6. Your Public REST API key should be present, if not you can generate a new one.

Cyclr Connector Installation

When installing a User.com Connector, the following values are used:

  • Subdomain: as described above.
  • API Key: a 64 character long Public REST API key.