This handler updates a profile of a User that has already been Updated.
Name | Description |
---|---|
Error Handling | Determine what to return if an error is encountered. |
Space Slug | Space slug of which the user you are trying to updates belongs to (defaults to info value if not provided). |
Current User Name | User name of user you wish to update. |
Display Name | The displayName for the user. |
The email for this user profile. | |
Preferred Locale | The preferred language for the user, in the format languageabbreviation[_COUNTRYABBREVIATION]. Examples: en, fr, es, en_GB, es_MX |
Enabled | Select if this user profile will be enabled (boolean) |
Password | Reset password for a user. |
Space Admin | Select if you desire for this user to have space admin privledges.(boolean) |
New Username | Change the username for this user. |
Append or Replace attributes? | Append or replace the existing attribute values with the attributes provided. |
Attributes | Change the attributes for this user. JSON formatted string: [{"name": "Attribute Name","values": ["Attribute Value","Attribute Value",...]},{"name": "Attribute Name2","values": ["Attribute Value",...]},...] |
Profile Attributes | Change the profile attributes for this user. JSON formatted string: [{"name": "Profile Attribute Name","values": ["Profile Attribute Value","Profile Attribute Value",...]},{"name": "Profile Attribute Name2","values": ["Profile Attribute Value",...]},...] |
Name | Description |
---|---|
Error Handling | Error Message |
Space Slug | |
Current User Name | test@example.com |
Display Name | Test User |
test@example.com | |
Preferred Locale | |
Enabled | true |
Password | temporarypassword1! |
Space Admin | false |
New Username | |
Append or Replace attributes? | |
Attributes | |
Profile Attributes |
Name | Description |
---|---|
Handler Error Message | Error message if an error was encountered and Error Handling is set to "Error Message". |
Username | The username of the User record you wish to update. |
Exists | If the User exists or not. |
Kinetic Request CE User Update V1 (2016-04-20)
Kinetic Request CE User Update V2 (2016-11-06)
Kinetic Request.
Kinetic Request CE User Update V3 (2016-12-19)
Kinetic Request CE User Update V4 (2017-02-18)
the attribute value will be replaced if the attribute definition doesn't allow multiple.
Kinetic Request CE User Update V4.1 (2018-04-24)
Kinetic Request CE User Update V4.2 (2018-05-16)
Kinetic Request CE User Update V4.3 (2018-05-25)
(ie. https://${space}.localhost:8080/kinetic)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out