@ory/client
Version:
OpenAPI client for @ory/client
21 lines (13 loc) • 610 B
Markdown
# 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)