create one or multiple opensignups
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
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
``201 One or many opensignup documents created. Wrapped in a JsonAPI root response.
``500 default error response
Updatedabout 2 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/servicesecurity/opensignups \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"enabled":true}'
application/json
201500
Updatedabout 2 months ago