Set User Display Name
This endpoint updates the user's display name in the radio.
Last updated
Was this helpful?
This endpoint updates the user's display name in the radio.
POST /radio/set-user-display-name
This endpoint updates a connected user's display name in the radio.
Headers
Content-Type
application/json
Body
id
string
Community ID
key
string
Community API Key
identity
string
User radio identity
displayName
string
New Display Name
You can also call the URL-parameter form:
POST /radio/set-user-display-name/:id/:key/:identity
Response
{
"result": "ok"
}Last updated
Was this helpful?
Was this helpful?

