Invalid Parameter 400 Error When Creating New User in Multisite Environment
-
I’ve successfully used make.com’s (Integromat) WordPress REST API function to create a user on a single WordPress site by passing these parameters in the PUT function at the v2/users endpoint:
{ "url": "'https://lowertownmedia.com", "name": "Ian", "email": "[email protected]", "roles": "subscriber", "nickname": "Ian", "password": "mypassword", "username": "ian" }
However, when I pass the same PUT function to a multisite WordPress installation the Rest API generates the error “[400] Invalid user parameter(s). (error code: rest_invalid_param”
Am I missing a required parameter for adding a multisite user? I also tried passing a “wp_capabilities” string as metadata to no avail.
Thanks,
Ian D. Campbell
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Invalid Parameter 400 Error When Creating New User in Multisite Environment’ is closed to new replies.