POST /wp-json/wp/v2/users/me
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 | Description of the user. |
locale | Locale for the user. One of: en_US |
nickname | The nickname for the user. |
slug | An alphanumeric identifier for the user. |
roles | Roles assigned to the user. |
password | Password for the user (never included). |
meta | Meta fields. |
Servers
- https://{baseUrl}
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.