Skip to main content

Update user in WordPress

Update user in WordPress.

Application

  • WordPress

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
User IDUnique identifier for the userText (Short)Yes
UsernameLogin name for the userText (Short)No
User display nameDisplay name for the userText (Short)No
First nameFirst name for the userText (Short)No
Last nameLast name for the userText (Short)No
EmailThe email address for the userEmailNo
PasswordPassword for the userText (Short)No
WebsiteURL of the user's websiteLinkNo
DescriptionDescription of the userText (Long)No
NicknameThe nickname for the userText (Short)No
SlugAn alphanumeric identifier for the userText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A