Error
A valid request URL is required to generate request examples{
"results": {
"projects": [
{
"role": "editor",
"projectUuid": "<string>"
}
],
"role": "editor",
"emailDomains": [
"<string>"
],
"organizationUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Update allowed email domains
Updates the allowed email domains for the current user’s organization
PATCH
/
api
/
v1
/
org
/
allowedEmailDomains
Error
A valid request URL is required to generate request examples{
"results": {
"projects": [
{
"role": "editor",
"projectUuid": "<string>"
}
],
"role": "editor",
"emailDomains": [
"<string>"
],
"organizationUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
the new allowed email domains
Was this page helpful?