cURL
curl --request GET \ --url https://{defaultHost}/v5/app/users/{user_id}/social_accounts \ --header 'Authorization: Bearer <token>'
[ { "service": "discord", "username": "<string>", "default": true, "account_id": "<string>", "image_url": "<string>" } ]
Returns a User’s social accounts
App API key for /v5/app and /v5/company endpoints
The ID of the User, which will look like user_*************
social accounts retrieved
The response is of type object[].
object[]
Was this page helpful?