Skip to main content
Version: API v2.2.0

Create a customer user

POST 

/api/api_gateway/customer/users/

Create a new user associated with the current customer, including assigning roles and permissions.

Permissions List

The following permission IDs can be assigned to a user via the permissions field:

  • 1: Super Admin
  • 2: Phishing Admin
  • 3: Phishing Viewer
  • 4: Phish Reporting Admin
  • 5: Phish Reporting Viewer
  • 6: Profiler
  • 7: Managed Services
  • 8: Viewer
  • 9: Reseller Admin
  • 10: Reseller Viewer
  • 11: Training Admin
  • 12: Training Viewer
  • 13: Sense Admin
  • 14: Sense Viewer
  • 15: Risk Viewer
  • 16: Risk Admin

To assign permissions, provide an array of the corresponding IDs in the permissions field of the request body.

Request

Responses

User created successfully