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. |
Email |
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",...]},...] |