We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get https://example.com/wp-json/dt/v1/user/my
Get
[ "ID": 1, "user_email": "user@example.com", "display_name": "BOB JOE", "locale": "fr_FR" ]
POST https://example.com/wp-json/dt/v1/user/update
POST
true on success. WP_ERROR if not
true
Get https://example.com/wp-json/dt/v1/users/get_users
[ "ID": 1, "name": "BOB JOE", "avatar": "http://2.gravatar.com/avatar/x?s=16&d=mm&r=g" ]