Users
This section explains the procedure to manage users and their permissions.
Users can be managed locally, or via the identity provider (Idp), while assigned with access rules to manage permissions. For example, user [email protected] is a department admin in department A.
Users Table
The Users table can be found under Access in the NVIDIA Run:ai platform.
The users table provides a list of all the users in the platform. You can manage users and user permissions (access rules) for both local and SSO users.

The Users table consists of the following columns:
User
The unique identity of the user (email address)
Type
The type of the user - SSO / local
Last login
The timestamp for the last time the user signed in
Access rule(s)
The access rule assigned to the user
Created By
The user who created the user
Creation time
The timestamp for when the user was created
Last updated
The last time the user was updated
Customizing the Table View
- Filter - Click ADD FILTER, select the column to filter by, and enter the filter values 
- Search - Click SEARCH and type the value to search by 
- Sort - Click each column header to sort by 
- Column selection - Click COLUMNS and select the columns to display in the table 
- Download table - Click MORE and then Click Download as CSV. Export to CSV is limited to 20,000 rows. 
Creating a Local User
To create a local user:
- Click +NEW LOCAL USER 
- Enter the user’s Email address 
- Click CREATE 
- Review and copy the user’s credentials: - User Email 
- Temporary password to be used on first sign-in 
 
- Click DONE 
Adding an Access Rule to a User
To create an access rule:
- Select the user you want to add an access rule for 
- Click ACCESS RULES 
- Click +ACCESS RULE 
- Select a role 
- Select up to 10 scopes where the access rule will apply 
- Click SAVE RULE 
- Click CLOSE 
Deleting User’s Access Rule
To delete an access rule:
- Select the user you want to remove an access rule from 
- Click ACCESS RULES 
- Find the access rule assigned to the user you would like to delete 
- Click on the trash icon 
- Click CLOSE 
Resetting a User Password
To reset a user’s password:
- Select the user you want to reset it’s password 
- Click RESET PASSWORD 
- Click RESET 
- Review and copy the user’s credentials: - User Email 
- Temporary password to be used on next sign-in 
 
- Click DONE 
Deleting a User
- Select the user you want to delete 
- Click DELETE 
- In the dialog, click DELETE to confirm 
Using API
Go to the Users, Access rules API reference to view the available actions.
Last updated