Documentation Index

Fetch the complete documentation index at: https://learn.servitly.com/llms.txt

Use this file to discover all available pages before exploring further.

Create new organization

Prev Next
Post
/network/organizations

Creates a new organization, i.e. the company (or company branch) that operates the DPS and delivers services to partners and customers.
The parent field is required at creation time and defines the position of the new organization within the organization hierarchy.
The timezone drives the localization of the dates and times presented to the users of the organization.

Required permissions: READ_ORGANIZATION, WRITE_ORGANIZATION.

Security
HTTP
Type bearer
Header parameters
X-Servitly-Tenant
stringRequired

The name of the tenant (e.g. acme).

Body parameters

The details of the organization being created.

Expand All
object

The bean providing organization details.

name
string

The name of the organization.

country
string

The country of the organization.

countryIsoCode
string

The country ISO Code of the organization.

timezone
string

The timezone used for date/times localization (e.g. Europe/Rome).

parent
object

The parent organization identifier (required only for creation).

id
string
Example1234abcd
Responses
201

Successful creation.

Expand All
object

The bean providing organization details.

id
string

The organization object identifier.

name
string

The name of the organization.

country
string

The country of the organization.

countryIsoCode
string

The country ISO Code of the organization.

timezone
string

The timezone used for date/times localization (e.g. Europe/Rome).

parent
object

The parent organization identifier (required only for creation).

id
string
Example1234abcd
400

Request data not valid.

object
message
string

The error response.

ExampleBad request
401

User not authenticated.

object
message
string

The error response.

ExampleUser not authenticated
403

User not authorized.

object
message
string

The error response.

ExampleUser not authorized
429

API call rate limit exceeded.

object
message
string

The error response.

ExampleAPI call rate limit exceeded
500

Internal server error.

object
message
string

The error response.

ExampleInternal Server Error