For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set User Display Name

This endpoint updates the user's display name in the radio.

Set User Display Name

POST /radio/set-user-display-name

This endpoint updates a connected user's display name in the radio.

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

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?