Set the user's display name.

PUT {{baseUrl}}/profile/:userId/displayname

This API sets the given user's display name. You must have permission to set this user's display name, e.g. you need to have their access_token.

Request Body

{"displayname"=>"Alice Margatroid"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{}