Delete A Password

Delete a Password Arguments user_id The ID of the requested user. Required: true slug The slug of the password to delete. Required: true Definition DELETE /wpas-api/v1/users/<user_id>/passwords/<slug> Example Request $ curl -X DELETE...

Create A Password

Create a Password Arguments user_id The ID of the requested user. Required: true name The name of the new password Required: true Definition POST /wpas-api/v1/users/<user_id>/passwords

List Passwords

List Passwords Arguments user_id The ID of the requested user. Required: true Definition GET /wpas-api/v1/users/<user_id>/passwords Example Request $ curl...

User Passwords: Schema

Schema The schema defines all the fields that exist for a password object. name string The name of the new password Context: view, edit, embed password string, datetime (ISO8601) The hashed password that was created Read only Context: edit created string, datetime...