You can fetch the details of a single role by its id, including its description, which the teammates endpoint does not return.
Security
bearerAuth
Intercom-Versionstring(intercom_version_preview)
Preview Intercom API version. Used for closed beta endpoints or other features under managed availability.
Default:"Preview"
Value:"Preview"
Example:Preview
- The production API serverhttps://api.intercom.io/roles/{id}
- The european API serverhttps://api.eu.intercom.io/roles/{id}
- The australian API serverhttps://api.au.intercom.io/roles/{id}
curl -i -X GET \
https://api.intercom.io/roles/991267902 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Preview'Response
{ "type": "role", "id": "991267902", "name": "Support Lead", "description": "Can view and reply to conversations" }