Awesome Support Developer Documentation

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 (ISO8601)
The date the password was created

Read only

Context: view, edit

last_used
string, datetime (ISO8601)
The date the password was last used

Read only

Context: view, edit

last_ip
string
The IP address that the password was last used from

Read only

Context: view, edit

slug
string
The password’s unique slug

Read only

Context: view, edit

 


Example Request

$ curl -X OPTIONS -i http://demo.getawesomesupport.com/wp-json/wpas-api/v1/users/<user_id>/passwords

Share: