Skip to content

feat: add SCIM Groups RBAC, User Effective Permissions/Roles, and Tenant Country Codes#742

Merged
kishore7snehil merged 1 commit into
v6from
fern-bot/2026-05-28T11-59-09Z
May 28, 2026
Merged

feat: add SCIM Groups RBAC, User Effective Permissions/Roles, and Tenant Country Codes#742
kishore7snehil merged 1 commit into
v6from
fern-bot/2026-05-28T11-59-09Z

Conversation

@fern-api
Copy link
Copy Markdown

@fern-api fern-api Bot commented May 28, 2026

Changes

SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds support for SCIM Groups RBAC endpoints across Roles, Users, and Organizations, along with tenant-level country code configuration.

New endpoints:

  • SCIM Groups RBAC - GET/POST/DELETE /api/v2/groups/{group_id}/roles (assign/remove roles from groups)
  • SCIM Groups RBAC - GET/POST/DELETE /api/v2/roles/{role_id}/groups (assign/remove groups from roles)
  • User Effective Permissions - GET /api/v2/users/{user_id}/effective-permissions with source breakdown via /sources/roles
  • User Effective Roles - GET /api/v2/users/{user_id}/effective-roles with source breakdown via /sources/groups
  • SCIM Groups + Orgs - GET /api/v2/organizations/{org_id}/groups with role management via /groups/{group_id}/roles
  • SCIM Groups + Orgs - GET /api/v2/organizations/{org_id}/members/{user_id}/effective-roles with source breakdown via /sources/groups

Modified endpoints (new properties):

  • Tenant Country Codes - country_codes (list + mode) on Tenant Settings get/update

@fern-api fern-api Bot requested a review from a team as a code owner May 28, 2026 11:59
@kishore7snehil kishore7snehil changed the title 🌿 Fern Regeneration -- May 28, 2026 feat: add SCIM Groups RBAC, User Effective Permissions/Roles, and Tenant Country Codes May 28, 2026
@kishore7snehil kishore7snehil merged commit a29a12f into v6 May 28, 2026
8 checks passed
@kishore7snehil kishore7snehil deleted the fern-bot/2026-05-28T11-59-09Z branch May 28, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant