Skip to main content

Managing Verification Roles

Learn how to set up and manage roles that are automatically assigned to members upon verification.

Check or Toggle Role Addition Status

/auth verified_roles status
/auth verified_roles status enabled:true
/auth verified_roles status enabled:false

Add Verification Roles

Add roles that will be assigned to members after verification:

/auth verified_roles add role:@Verified

You can add multiple verification roles to be assigned automatically.

💡 Tip: Create a specific "Verified" role with appropriate permissions for your server.

List Current Roles

View all roles configured for verification:

/auth verified_roles list

Remove Roles

Remove a role from the verification list:

/auth verified_roles remove role:@Verified

Reset All Roles

Clear all verification roles:

/auth verified_roles reset

Best Practices

  • Create roles with appropriate permissions
  • Use descriptive role names
  • Test verification flow with new roles
  • Regularly review role assignments