tenants_internal

Create Tenant Internal

Called by the client after the PUT to S3 succeeds. We enqueue a background job so the request returns instantly.

post/tenants-internal/

Request body

namestring required
status'UNCLAIMED' | 'ACTIVE' | 'DELETED'

Enum for tenant status states

icon_s3_keystring nullable
tcpa_bypass_untilstring date-time nullable
timezonestring
after_hours_actionobject nullable

Response

Successful Response

idstring uuid required
namestring required
status'UNCLAIMED' | 'ACTIVE' | 'DELETED'

Enum for tenant status states

icon_s3_keystring nullable
tcpa_bypass_untilstring date-time nullable
timezonestring
after_hours_actionobject nullable
deleted_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.