> For the complete documentation index, see [llms.txt](https://pqko.gitbook.io/pqko-discord/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pqko.gitbook.io/pqko-discord/oauth2/get-user-role-connections.md).

# Get User Role Connections

Code for this

```javascript
OAuth2.getUserRoleConnections(access_token, applicationID).then((x) => {
    console.log(x)
}).catch((x) => {
    console.log(x)
})
```

Yeah fun fact, I made this function and I have no clue how to use it :tada:. Oh never mind this is apparently disabled :/
