# OrganizationBody

Create B2B SSO Organization Request Body

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**domains** | **Array&lt;string&gt;** | Domains contains the list of organization\&#39;s domains. | [optional] [default to undefined]
**label** | **string** | Label contains the organization\&#39;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)
