Update user display name
Updates the current authenticated user display name
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Payload to update user display name
Response Body
application/json
curl -X PATCH "https://example.com/users/profile/display-name" \ -H "Content-Type: application/json" \ -d '{ "displayName": "string" }'{ "displayName": "string"}