Okta.Sdk.Model.UserActivationToken
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ActivationToken | string | Token received as part of an activation user request. If a password was set before the user was activated, then user must sign in with their password or the `activationToken` and not the activation link. More information about using the `activationToken` to login can be found in the Authentication API. | [optional] [readonly] |
| ActivationUrl | string | If `sendEmail` is `false`, returns an activation link for the user to set up their account. The activation token can be used to create a custom activation link. | [optional] [readonly] |