Add users
You can add users to your dashboard using the add users endpoint with the following roles:
company
- Will have admin privilegescompany_read
- Can only read data on the dashboard
You will need an need an API key with the CreateUsers permission
. You can add the permission here
Please note, the path param for that endpoint is the API key id
, not the api key value itself. You can get the id’s from the list endpoint.
Once added, users can log into the admin.loopcrypto.xyz dashboard with their email. They will be asked to set up 2FA the first time they log in.
Updated 1 day ago