Documentation Index
Fetch the complete documentation index at: https://mintlify.com/scalekit-inc/developer-docs/llms.txt
Use this file to discover all available pages before exploring further.
PATCH /api/v1/users/
Modifies user account information including profile details, metadata, and external ID. Use this endpoint to update a user’s personal information, contact details, or custom metadata.Request
Path Parameters
System-generated user ID. Must start with ‘usr_’ and be 19-25 characters long.
Query Parameters
Your application’s unique identifier for this user.
Body Parameters
User’s personal information to update.
Custom key-value pairs for storing additional user context.
Response
The modified user object with updated timestamps.
Examples
Error Responses
User updated successfully
User not found
Notes
- Fields like user ID, email address, environment ID, and creation time cannot be modified
- Only specified fields will be updated; other fields remain unchanged
- The
update_timefield is automatically updated by the server