UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

24 lines (16 loc) 720 B
# OrganizationBody Create B2B SSO Organization Request Body ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **domains** | **Array<string>** | Domains contains the list of organization\'s domains. | [optional] [default to undefined] **label** | **string** | Label contains the organization\'s label. | [optional] [default to undefined] ## Example ```typescript import { OrganizationBody } from '@ory/client'; const instance: OrganizationBody = { domains, label, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)