Get User External Tokens
Learn about the API operation to get a user's external tokens.
| Request Type | GET |
| URL | /oauth/users/{userID}/externalTokens |
| Parameters | - |
| Access | Access ROLE_ADMIN_TENANT or ROLE_USER
and the same user |
Request
curl -k -H
"Accept: application/json" -H
"Authorization: Bearer {your-access-token}" -X
GET http://localhost:8080/oauth/users/lee_eybe/externalTokens
Response
[{
"systemId": "FACEBOOK",
"value": "123",
"attributes": {
"refresh_token": " {your-refresh-token}"
}
}]