| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

opensignup unique identifier

companyUuid

uuid

required

enabled

boolean

required

whether the company allows open signup as an admin using its

truefalse

code

string

required

a random, unique code to allow signing up to this company directly

allowedDomains

array of strings

required

list of allowed email address domains that can join this company with the open signup link

allowedDomains*  
ADD string

# ``202      updated opensignup. Wrapped in a JsonAPI root response.

# ``500      default error response

Updatedabout 2 months ago

* * *

ShellNodeRubyPHPPython

```

xxxxxxxxxx

curl --request PATCH \
     --url https://services.fountain.com/api/servicesecurity/opensignups/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{"enabled":true}'
```

application/json

``202``500

Updatedabout 2 months ago

* * *
