Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agalazo

    (@agalazo)

    Anyone knows something new?.. It looks like a bug.

    If I use the Get method the user created exists in the correct subdomain, but keeps hide in the users dashboard.. I was wondering if there is a way to ask the Rest developers.

    Thank you in advance..

    Thread Starter agalazo

    (@agalazo)

    Ok, solved..

    The problem was that you need to include the role of the user in the parameters that you send to create one. The API doesen’t make this by default.

    ?roles=rol

    In the first example I posted:
    POST https://subdomain-name.maindomain.com/wp-json/wp/v2/users?username=test&[email protected]&password=123456789&roles=suscriber

    This make that the users created by this method appears in the users list inside subdomain dashboard.

    • This reply was modified 7 years, 1 month ago by agalazo.
    • This reply was modified 7 years, 1 month ago by agalazo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘REST Multisite new user is not showed in the site listing of users’ is closed to new replies.