Users
This page describes how to create and manage users in Facets. Users are individuals who access and utilize the Facets platform. User is the central component of user management in Facets.
Prerequisites
Before you can manage users in Facets, you need the following:
- Access to the Settings area of the Facets Control Plane.
- Appropriate permissions to manage users, which may be tied to a specific role.
Use cases:
Creating a User
Generating an Authentication Token (Personal Token)
User Attributes
When creating a user, you can configure the following attributes:
- User email: This is a mandatory field used as the user's login and for email notifications.
- Password: A mandatory field for user authentication.
- User Group: A mandatory field that specifies the group the user belongs to and thus defines their access rights.
- Default Role: A Default Role is derived from the assigned user group(s) for a user. It sets the basic, CP-wide access level for the user, applying across all accessible entities unless overridden by an environment-specific role.
FAQs
- How do I reset a user password? (Note that the sources do not discuss password reset).
- What should I do if I lose my personal access token? You will need to generate a new personal access token as the previous one is not recoverable.
- How can a user be removed from Facets? Click on the Delete action button for that particular user to remove access.
- How to update permissions of an existing user? Create a new role with the updated permissions if it doesn't exist already, create a user group using this role and assign this new user group to the user.
- How to provide access for a new project environment to existing users? Create new
Updated 3 days ago