Skip to content

Get organization.

GET
/backend/v1/org

Retrieves the organization details.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"org": {
  
  
"adminRoleId": "string",
  
  
"applicationUrl": "string",
  
  
"disabled": false,
  
  
"entitlements": {
  
  
  
"additionalProperties": "string"
  
  
},
  
  
"hasOwner": false,
  
  
"id": "string",
  
  
"name": "string",
  
  
"ownerRoleId": "string",
  
  
"requireMfa": false
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: