Check User Name And Password

Arguments username User name. password User password. Definition POST /wpas-api/v1/users/check Example Request $ curl -X POST http://awesomesupport.dev/wp-json -d ‘{“username”:”User name”,”password”:”User...

Retrieve A User ID

Retrieve a User ID By User Name Arguments username User name. Definition POST /wpas-api/v1/users/username Example Request $ curl -X POST http://awesomesupport.dev/wp-json -d ‘{“username”:”User...

Delete A User

Delete a User Arguments id Unique identifier for the user. force Required to be true, as users do not support trashing. reassign Reassign the deleted user’s posts and links to this user ID. Required: true Definition DELETE /wpas-api/v1/users/<id> Example...

Update A User

Update a User Arguments id Unique identifier for the user. username Login name for the user. name Display name for the user. first_name First name for the user. last_name Last name for the user. email The email address for the user. url URL of the user. description...

Create a User

Create a User Arguments username Login name for the user. Required: true name Display name for the user. first_name First name for the user. last_name Last name for the user. email The email address for the user. Required: true url URL of the user. description...