Person
Example Object
{
"type": "Person",
"id": "1",
"attributes": {
"email": "string",
"first_name": "string",
"last_name": "string"
},
"relationships": {}
}
Attributes
| Name |
Type |
Description |
email |
string |
|
first_name |
string |
|
id |
primary_key |
|
last_name |
string |
|
Can Include
| Parameter |
Value |
Description |
Assignable |
| include |
organization |
include associated organization |
|
Pagination
| Name |
Parameter |
Type |
Description |
| per_page |
per_page |
integer |
how many records to return per page (min=1, max=100, default=25) |
| offset |
offset |
integer |
get results from given offset |
Endpoints
Listing
| HTTP Method |
Endpoint |
| GET |
/current/v2/people |
Reading
| HTTP Method |
Endpoint |
| GET |
/current/v2/people/{id} |
Associations
| HTTP Method |
Endpoint |
Returns |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/current/v2/people/{person_id}/organization |
Organization
|
|
|
Belongs To
| HTTP Method |
Endpoint |
Association |
Details |
Filter By |
| GET |
https://api.planningcenteronline.com/current/v2/people |
Organization
|
|
|