Public preview
Adds the related setting and SSO user role change actions to Activity Logs Public preview
What’s new
Adds user role update and deletion actions made using the related setting or SSO to Activity Logs. To separate these actions from role change actions made using the Stripe Dashboard, the Activity Logs API adds a source property to details.user_roles of Activity Log events. The source property is an enum with three possible values:
- dashboard : The role change was made through the Stripe Dashboard
- scim : The role change was made through the related setting
- sso : The role change was made through SSO
Impact
You can now track user role updates and deletions made using the related setting or SSO in Activity Logs and determine how a role change was made by checking the source property on details.user_roles. To learn more, see Activity Logs.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| source | Added | V2. Iam. ActivityLog. details. user_roles |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-07-29. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.