Scenario
User receives the error "This user has exceeded the number of active access tokens this role." when issuing a token through RESTlets
Solution
There can only be a maximum of 25 access tokens a user can have in an account. If a user tries to create another access token even if he already has 25 access tokens then he will receive the error stated above.
It does not matter if there are different roles or integration applications which use the tokens. As long as the access token is being used by the same user then the error will still occur. Creating an access token with existing access tokens like the ones below will still lead to an error.
- 22 access tokens with Role Custom 1 and Application Application 1 and 3 access tokens with Role Custom 2 and Application Application 2
- 22 access tokens with Role Custom 1 and Application Application 2 and 3 access tokens with Role Custom 2 and Application Application 1