Users.updateProfile (Method)
Updates the user profile for the current user.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
EmailAddress_Required | Required | The user's email address. | |
lastName | PlainText_NonNull_50 | Required | The user's last name. |
firstName | PlainText_NonNull_50 | Required | The user's first name. |
middleName | PlainText_50 | Optional. Defaults to an empty string. | The user's middle name or initial. |
title | PlainText_255 | Optional. Defaults to an empty string. | The user's title. |
address1 | PlainText_128 | Optional. Defaults to an empty string. | The first (or only) part of the user's address. |
address2 | PlainText_128 | Optional. Defaults to an empty string. | The second part of the user's address. |
city | PlainText_128 | Optional. Defaults to an empty string. | The user's city. |
state | PlainText_50 | Optional. Defaults to an empty string. | The user's state. |
zip | PlainText_20 | Optional. Defaults to an empty string. | The user's zip code. |
phone | PlainText_40 | Optional. Defaults to an empty string. | The user's phone number. |
fax | PlainText_40 | Optional. Defaults to an empty string. | The user's fax number. |
voiceMail | PlainText_40 | Optional. Defaults to an empty string. | The user's voice mail. |
homePage | PlainText_255 | Optional. Defaults to an empty string. | The user's home page. |
Context:
License Requirements | None |
Permission Requirements | Authenticated |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the customer level, calls to this method will be logged |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None