cURL
curl --request PATCH \ --url http://api/v1/org/allowedEmailDomains \ --header 'Content-Type: application/json' \ --data ' { "role": "editor", "emailDomains": [ "<string>" ], "projects": [ { "role": "editor", "projectUuid": "<string>" } ] } '
{ "results": { "projects": [ { "role": "editor", "projectUuid": "<string>" } ], "role": "editor", "emailDomains": [ "<string>" ], "organizationUuid": "<string>" }, "status": "ok" }
Updates the allowed email domains for the current user’s organization
the new allowed email domains
editor
Show child attributes
Ok
ok