Get User Role Connections

Role for connection

Code for this

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 🎉. Oh never mind this is apparently disabled :/

Last updated