tenant

Create a tenant

This can only be done by a logged in user who has the required privileges.

post/api/v1/tenants

Request body

namestring required

name of tenant organization

status'ACTIVE' | 'PENDING' | 'DISABLED'
confirmedboolean

true, if the confirmation link/email has been triggered

Response

Success

idstring

Changes

Changed in 2 of the 19 revisions of this API.35

  • 1134b4a506a534See the full diff
    • removed the enum value active of the request property status

      request-property-enum-value-removed

    • removed the enum value disabled of the request property status

      request-property-enum-value-removed

    • removed the enum value pending of the request property status

      request-property-enum-value-removed

    • added the new ACTIVE enum value to the request property status

      request-property-enum-value-added

    • added the new DISABLED enum value to the request property status

      request-property-enum-value-added

    • added the new PENDING enum value to the request property status

      request-property-enum-value-added

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • endpoint added

      endpoint-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog