curl --request PUT \
--url https://api-next.ofauth.com/v2/access/subscribers/:userId/custom-name \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '
{
"displayName": "<string>"
}
'{}Set a custom display name for a subscriber
Permission Required: subscribers:write
curl --request PUT \
--url https://api-next.ofauth.com/v2/access/subscribers/:userId/custom-name \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '
{
"displayName": "<string>"
}
'{}Requires a connection via the x-connection-id header.
User ID (numeric or username)
1Custom display name for subscriber
1 - 100Successful response
The response is of type object.
Was this page helpful?