# CreateOnboardingLinkResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**onboarding_portal_token** | **string** | The onboarding to redirect the user to for organization setup. | [default to undefined]

## Example

```typescript
import { CreateOnboardingLinkResponse } from '@ory/client';

const instance: CreateOnboardingLinkResponse = {
    onboarding_portal_token,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
