Skip to main content

Create user in WordPress

Create user in WordPress.

Application

  • WordPress

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected accountThe connected account to use for the requestConnected AccountYes
UsernameLogin name for the userText (Short)Yes
User display nameDisplay name for the userText (Short)Yes
First nameFirst name for the userText (Short)Yes
Last nameLast name for the userText (Short)Yes
EmailThe email address for the userEmailYes
PasswordPassword for the user (never included)Text (Short)Yes
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