Create user app setup
POST/user-srv/usersetup
Creates a User App Setup profile. Server assigns id and timestamps.
Validation
nameis required (max 100 characters)user_setup.required_fieldsmust be a subset ofuser_setup.allowed_fields- Field keys must exist in Field Setup
consent_refsentries must be valid UUIDsallow_login_withdefaults to["email"]when omitted
Requires role USERSETUP_MANAGER or APP_MANAGER.
Request
Responses
- 200
- 400
- 401
- 409
Created successfully
Bad Request — invalid payload or validation failure
Unauthorized
Conflict — profile with the same name already exists