API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
GET /orgs/people
- Response
-
200 response Modified
-
application/json content type Modified
-
value property Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
-
Type went from
-
person property Modified
-
value property Modified
-
application/json content type Modified
GET /orgs/people/{personId}
- Response
-
200 response Modified
-
application/json content type Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
- _id, firstName, lastName, avatar, city, country, state, timezone properties Added
-
Type went from
-
person property Modified
-
application/json content type Modified
PATCH /orgs/people/{personId}
- Response
-
200 response Modified
-
application/json content type Modified
-
person property Modified
-
Type went from
string
toobject
Breaking
- _id, firstName, lastName, avatar, city, country, state, timezone properties Added
-
Type went from
-
person property Modified
-
application/json content type Modified