• Resolved iperez_genius

    (@iperez_genius)


    First. I can retrieve the token, so i know i am setup correctly.

    I am having trouble creating a user.

    When i run /wp-josn/wp/v2/users
    Authorization set to “No Auth”
    Header contains

    Key : Value
    Authorization : Bearer [token]

    Body
    Key : Value
    { “username”: “carl”, “password”: “carl”, “email”: “[email protected]” }

    The response is 200 OK and all the users from WP are returned but no user is actually created.

    What am I missing?
    Anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Create User returns all users’ is closed to new replies.