Skip to main content
POST
/
demo
/
create_self_service_organization
Create self-service organization
curl --request POST \
  --url https://{organization}.admin.credibledata.com/api/v0/demo/create_self_service_organization \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "displayName": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}
'
{
  "name": "<string>",
  "displayName": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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

Pattern: ^[a-zA-Z0-9_-]+$
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

Self-service 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

Pattern: ^[a-zA-Z0-9_-]+$
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