This article describes how to manage users within the portal as a Super Admin. To learn how to manage accounts through our JavaScript endpoints, go to CRUD Users.
For each section, it is assumed you are logged into your Super Admin account.
Create an account user
To create a user:
- Click on Users
- Click on Create User button
- Provide Email (this will be user's login username) and Name
- Click Create
Note: When a user is created, there will be no accounts associated with it initially
Retrieve all users
To see all users:
- Go to Users page
Update user
To access a user:
- Click on Users
- Click on user you want to modify
On the User Page, you'll be able to perform the following actions:
- Edit user details
- View accounts linked to user
- Login as user to view portal experience as that user
- Delete user
Link user to account
To link a user to an account:
- Click on Accounts
- Click on account you want to link user to
- Click Link Existing User
- Select user and role
- Click Link
Unlink user from account
To unlink a user from an account:
- Click on Accounts
- Click on account you want to link user to
- Find user in Linked Users table
- Click Unlink
Delete user
To delete a user:
- Click on Users
- Click on user you want to delete
- Click Delete User at bottom of page