Update allowed user email domains
PUT/user-domains
Replaces the allow-listed email domains. Requires system-settings.manage. Send Domains as a string array; each entry is stripped and joined with commas. An empty array, or a joined value longer than 4000 characters, returns IPV-1015. Omitting Domains keeps the current list and still overwrites LastModifiedBy. Extra body keys are ignored. UserId in the body is overwritten with the caller. Not idempotent for the modifier metadata even if the list is unchanged.
Request
Responses
- 200
- 400
- 500
Fixed Message after the store is updated.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
AUTH-1001 missing role_id. AUTH-1030 missing system-settings.manage. IPV-1015 when Domains is empty or the joined list exceeds 4000 characters.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Uncaught Exception formatted as RTE-1001 via EMF-1001, including a missing or invalid JSON body.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers