hereditas user:rm
remove an authorized user from this box
Description
Removes an email address from the list of those authorized to authenticate with Auth0 for this Hereditas box.
After running this command, you will need to synchronize the changes on Auth0 with hereditas auth0:sync
(it’s not necessary to re-build or re-deploy the box).
Example usage
hereditas user:rm \
--email "someone@example.com"
Flags
Flag | Type | Required | Default Value | Description |
---|---|---|---|---|
-e --email |
string | ✓ | none | email address of the user to remove from the whitelist |