adminUserCreate
Create a new administrative user with specified profile information and system access.
Establishes a new administrative user account with the provided profile data and grants appropriate system access based on organizational requirements. The user will be available for authentication immediately.
Possible errors:
- BAD_REQUEST: User with the specified email already exists
- INTERNAL_SERVER_ERROR: Failed to create user due to system error
- UNAUTHENTICATED: Invalid or missing authentication token
- FORBIDDEN: Insufficient permissions to create administrative users
AUTH: Role=[role.OWNER]
adminUserCreate(
input: CreateUserDto!
): AdminUser!
Arguments
adminUserCreate.input
● CreateUserDto!
non-null input
Complete user profile data including personal information, contact details, and system preferences required for account creation.