Synchronize user data to database
[Authorize] attribute)
Public endpoint for user synchronization
users table (UPSERT operation)id: User UUID (primary key)email: User email (from request)name: User display name (from request)updated_at: Current timestamp| Code | HTTP | Cause | Controller Line |
|---|---|---|---|
| N/A | 400 | Invalid GUID format | 25-28 |
| N/A | 500 | Service exception | 38-42 |
id and email from requestsynced: true fieldname NOT echoed in responsephone: Defined in request model, not usedavatarUrl: Defined in request model, not usedprovider: Defined in request model, not used