Update a user
Update the firstname and lastname of a user
Update User Details
PATCH
https://api.cakes.com/api/v2/public/user/
This endpoint allows you to update a user's first and last name by their email address.
Headers
Name
Type
Description
ApiKey
string
School's API Key
string
User email address
Request Body
Name
Type
Description
FirstName
string
User's First Name
LastName
string
User's Last Name
Last updated
Was this helpful?