Okta.Sdk.Model.UserImportResponseCommandsInner

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
TypestringThe command types supported for the import inline hook. When using the `com.okta.action.update` command to specify that the user should be treated as a match, you need to also provide a `com.okta.user.update` command that sets the ID of the Okta user.[optional]
ValueDictionary<string, string>The `value` object is the parameter to pass to the command. In the case of the `com.okta.appUser.profile.update` and `com.okta.user.profile.update` commands, the parameter should be a list of one or more profile attributes and the values you wish to set them to. In the case of the `com.okta.action.update` command, the parameter should be a `result` property set to either `CREATE_USER` or `LINK_USER`.[optional]

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