Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article describes a few typical account and user management tasks. For full documentation, please see the Compass API documentation.

 To access the API, please Note: Account and User management calls can only be executed by a site admin.

Access the API

Please go to compass.luminoso.com/api and login. Please note that Account and User management calls can only be executed by a site admin.

Create an Account

To create a new account, use the POST /accounts/ endpoint and specify the name of the Account.

Once the Account is created, save the account id (“id”) to Notepad, especially if you are about to add users to the Account.

...

Create a User

To create a new user, use the POST /users/ endpoint and specify email, name, Default Account default account ID and whether the user is Admin.

...

If you forget to copy and paste the temporary password, you can reset it by using the POST /users/<email>/password/reset/ call.

...

Grant Permissions to a User

Before a user can use Compass, permissions must be granted. By default you should not give users admin access, as site admins have full access.

...