Creating Users via REST API
-
Hey community,
I’m trying to make it possible to create users via REST API using Basic auth.
But I’m getting this error:{ "code": "rest_cannot_create_user", "message": "Sorry, you are not allowed to create new users.", "data": { "status": 401 } }
My account has the Admin role.
What should I do to make it possible to add users via REST API?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Creating Users via REST API’ is closed to new replies.