Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Hi Goharika,

    The WP REST API doesn’t fully support managing users in a multisite context at this time. You’ll need to write your own endpoints for whatever your needs are.

    Thread Starter Goharika

    (@goharika)

    Thanks Daniel for support,
    I just need to enable to create for one site, why that doesn’t work in this case. For example when I am trying to send post request for this website https://wpapi.digitalpome.com/wp-json/wp/v2/users, why the user appearing on main website not in last one where I am sending the request?
    Also want to mention we are going to make great open source app presentation with app which is working with your api – this will be good introduction – to teach people free how to use api.

    Hello All,
    I am trying to create a user using the following url: https://{mysite.com}/wp-json/wp/v2/users/?oauth=token and keep getting 401 error message “{“code”:”rest_cannot_create_user”,”message”:”Sorry, you are not allowed to create new users.”,”data”:{“status”:401}}”
    I am passing basic authorization which is the combination of Base64Encode(clientID:ClientSecretKey) in the header.
    Any help would be appreciated ?
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘create users in wordpress network’ is closed to new replies.