Create a new organization
POST/:realm/orgs
Create a new organization
Request
Path Parameters
realm stringrequired
realm name (not id!)
- application/json
Body
required
Array [
]
id string
name string
displayName string
url string
realm string
domains string[]
attributes
object
property name*
string[]
string
Responses
- 201
success
Response Headers
Location
string
URI indicating the ID of the new resource.
Loading...