Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.53 KB

File metadata and controls

11 lines (7 loc) · 1.53 KB

Okta.Sdk.Model.RegistrationResponse

Properties

Name Type Description Notes
Commands List<RegistrationResponseCommandsInner> The `commands` object lets you invoke commands to modify or add values to the attributes in the Okta user profile that are created for this user. The object also lets you control whether or not the registration attempt is allowed to proceed. This object is an array, allowing you to send multiple commands in your response. Each array element requires a `type` property and a `value` property. The `type` property is where you specify which of the supported commands you wish to execute, and `value` is where you supply parameters for that command. The registration inline hook supports these three commands: * `com.okta.user.profile.update`: Change attribute values in the user's Okta user profile. For SSR only. Invalid if used with a Progressive Profile response. * `com.okta.action.update`: Allow or deny the user's registration. * `com.okta.user.progressive.profile.update`: Change attribute values in the user's Okta Progressive Profile. [optional]
Error RegistrationResponseError [optional]

[Back to Model list] [Back to API list] [Back to README]