Skip to main content

Create a new organization

POST 

/:realm/orgs

Create a new organization

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

Body

required

    id string
    name string
    displayName string
    url string
    realm string
    domains string[]

    attributes

    object

    property name*

    string[]

  • Array [

  • string

  • ]

Responses

success

Response Headers

  • Location

    string

    URI indicating the ID of the new resource.

Loading...