Updates For School API - August 18


The Latest Updates for School API include two new endpoints that support creating and updating custom user profile fields.


New

We've added two new endpoints, POST User Custom Field Values Create (BETA) and PATCH User Custom Field Values Update (BETA). The endpoints support creating (POST) or updating (PATCH) custom fields for user profiles that only administrators can view. These endpoints are in BETA. They may be removed or replaced with a 90-day deprecation period.

Both requests require one parameter: the user_id of the profile the custom field associates with. Follow the Request body pattern specified in the endpoint documentation to create or update a custom field.

Categories