Set User Display Name

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

Set User Display Name

POST /api/set-user-display-name

This endpoint updates the user's transmitting and scanned channels.

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

id

string

Community ID

key

string

Community ID

accId

string

User Account UUID

displayName

string

New Display Name

Response

{
    "result": "ok"
}

Last updated

Was this helpful?