feat: add SCIM v2 API support (scim-users, scim-groups)#7
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scim-users5コマンド +scim-groups5コマンド = 計10コマンド)admin.*API では不可能だった org レベルのユーザー無効化(scim-users deactivate)が可能にfetchベースのリソース指向ScimClientクラスを新設(外部依存なし)scim-users.md,scim-groups.md)を追加New Commands
scim-users
scim-users listscim-users getscim-users createscim-users updatescim-users deactivatescim-groups
scim-groups listscim-groups getscim-groups createscim-groups updatescim-groups deleteTest plan
bun run lint(tsc --noEmit) passscim-users list --count 5で実際の Enterprise Grid org に対して動作確認済み🤖 Generated with Claude Code
Note
High Risk
Adds new org-level user/group mutation commands (including user deactivation) and a new HTTP client path, so incorrect parameters or bugs could impact real Slack identities at scale.
Overview
Adds Slack SCIM v2.0 API support via a new fetch-based
ScimClient(src/scim-client.ts) with typed models (src/scim-types.ts) and error handling.Introduces 10 new CLI commands under
scim-usersandscim-groups(list/get/create/update + deactivate/delete) and wires them intosrc/index.ts(parser + routing + output formatting).Adds comprehensive unit tests for the SCIM client and commands, and updates docs/skill recipes (
README*,CLAUDE.md,skills/.../SKILL.md, new SCIM recipe files) plus SCIM design/implementation plan documents underdocs/superpowers/.Reviewed by Cursor Bugbot for commit 4fb240f. Bugbot is set up for automated code reviews on this repo. Configure here.