Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier authored Feb 15, 2022
1 parent 5dc2555 commit fc5a2df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ This is a Wordpress plugin that adds additional fields of User metadata to the W
This plug-is for CAPACOA only.

Here is an example call to get a list of 50 users:
GET /wp-json/wp/v2/users?per_page=50

`GET /wp-json/wp/v2/users?per_page=50`

Here is an example JSON output for user id: "25" in the test environment http://test.capacoa.ca
"usermeta": {
```
"usermeta": {
"operating_name1": "The Test Arts Centre",
"operating_name1_language": "en",
"operating_name2": "Le Centre des arts bidon",
Expand Down Expand Up @@ -37,4 +39,4 @@ Here is an example JSON output for user id: "25" in the test environment http://
"pmpro_bcountry": "CA",
"pmpro_bcity": "Gatineau",
"pmpro_bstate": "QC"
}
}

0 comments on commit fc5a2df

Please sign in to comment.