API referenceUser
PATCH /users/me
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X PATCH "https://example.com/users/me" \ -H "Content-Type: application/json" \ -d '{}'{ "$schema": "https://example.com/schemas/MeDTO.json", "authMethod": "string", "email": "string", "emailVerified": true, "memberships": [ { "orgId": "string", "role": "string" } ], "orgId": "string", "roles": [ "string" ], "userId": "string"}firstName?string
Length
length <= 120lastName?string
Length
length <= 120