Skip to main content
POST
/
organizations
{
  "name": "<string>",
  "displayName": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Body

application/json

Represents an organization entity that serves as the top-level container for all resources

name
string

The unique identifier for the organization, used in API paths and resource references

displayName
string

Human-readable name for the organization, displayed in user interfaces

createdAt
string<date-time>

ISO 8601 timestamp indicating when the organization was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the organization was last modified

Response

Organization created successfully

Represents an organization entity that serves as the top-level container for all resources

name
string

The unique identifier for the organization, used in API paths and resource references

displayName
string

Human-readable name for the organization, displayed in user interfaces

createdAt
string<date-time>

ISO 8601 timestamp indicating when the organization was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the organization was last modified

I