Skip to main content

Create Organization

POST 

https://api.loginradius.com/v2/manage/organizations

Create a Organization

Request

Responses

OK: The request was successful.

Authorization: X-LoginRadius-APIKey

name: X-LoginRadius-APIKeytype: apiKeyin: headerdescription: Tenant api key for authentication
name: X-LoginRadius-APISecrettype: apiKeyin: headerdescription: Tenant api secret for authentication
Request Collapse all
Base URL
https://api.loginradius.com/v2/manage
Auth
Body required
{
  "Display": {
    "LogoURL": "https://example.com/logo.jpg",
    "Name": "Org1"
  },
  "Domains": [
    {
      "DomainName": "example.com",
      "IsVerified": true
    }
  ],
  "Metadata": {
    "hello": "world"
  },
  "Name": "Org1"
}
ResponseClear

Click the Send API Request button above and see the response here!