Create new admin user
POST/v2/admin/users
Create a new administrative user with specified roles and permissions.
Establishes a new admin user account with authentication credentials and role assignments for system administration. The created user will have access to administrative functions based on their assigned roles.
Required Permissions: role.owner
Business Impact: Enables expansion of administrative team and delegation of system management responsibilities.
Request
Responses
- 201
- 400
- 401
- 403
- 500
Admin user successfully created with all specified attributes
Invalid user data or validation failed
Authentication token is missing or invalid
Insufficient permissions to create admin users
Internal server error occurred while creating user