incident.io
Connect incident.io as an access source using an account-level API key
Probo reads your incident.io organization’s users through the incident.io API so you can review who has access.
Prerequisites
Section titled “Prerequisites”- Probo organization administrator access
- An incident.io plan that includes the API. incident.io lists API and webhooks on the Team, Pro and Enterprise plans, but not on Basic
- The Manage API keys permission in incident.io, at the account level or the team level (only a user who holds it can create a key)
- Permission to view users on your own incident.io account (you can only grant a key permissions you already hold)
Collected Fields
Section titled “Collected Fields”| Probo field | incident.io field | Notes |
|---|---|---|
| Name | name |
Falls back to the email address when the user has no name |
email |
A user returned without an email address is skipped | |
| Role | base_role.name, custom_roles[].name |
The base role is listed first, then each custom role. A user with neither falls back to the deprecated role enum, mapped to Owner, Administrator, Responder or Viewer; unset maps to no role |
| Admin | base_role.slug |
Flagged as an administrator when the base role slug is owner or administrator. A user with no base role falls back to the deprecated role enum, read the same way |
| Status | Not supported | |
| MFA | Not supported | |
| Last login | Not supported | |
| External ID | id |
Stable identifier used to track the account across reviews |
| Created at | Not supported |
The users endpoint returns no account status and no sign-in or creation timestamps, so those fields stay empty.
Step 1: Create an API Key
Section titled “Step 1: Create an API Key”- In the incident.io dashboard, go to Settings > API keys. You need the Manage API keys permission, at the account level or the team level.
- Create a key and name it (e.g.
Probo Access Review). - Grant it account-level permission to view your organization’s users. Team-scoped permissions alone are not enough, and you can only grant permissions you hold yourself.
- Copy the token and store it securely. incident.io shows it only once.
Step 2: Connect in Probo
Section titled “Step 2: Connect in Probo”- In Probo, go to Access Reviews > Sources > Add Source.
- Find incident.io, click API Key, paste the token, and click Connect.
Each key belongs to a single incident.io organization, so Probo pulls that organization’s users into your campaigns. Because the users endpoint does not return an organization name, the source keeps the generic name incident.io.
Troubleshooting
Section titled “Troubleshooting”- Key rejected.
GET /v2/usersrequires theusers.viewscope, so the key needs account-level permission to view users. Adjust its permissions in Settings > API keys, or create a new key that has them. - Cannot create a key. You need the Manage API keys permission, at the account level or the team level. The API is also a Team, Pro or Enterprise plan feature, so upgrade first if you are on Basic.
- No users appear. Confirm the key has account-level permissions and not only team-scoped ones. Probo also skips any user that incident.io returns without an email address.
- A role looks outdated. incident.io froze its original
rolefield in March 2023 and replaced it withbase_roleandcustom_roles. Probo reads the live roles first and falls back to the frozen field only for a user that has neither, so an old Owner, Administrator, Responder or Viewer label means that user has no RBAC role. Assign one in incident.io and the next sync picks it up.