Skip to content

Add user deactivate command#60

Merged
robzolkos merged 1 commit intomasterfrom
add-user-deactivate
Mar 2, 2026
Merged

Add user deactivate command#60
robzolkos merged 1 commit intomasterfrom
add-user-deactivate

Conversation

@robzolkos
Copy link
Copy Markdown
Collaborator

Summary

  • Adds fizzy user deactivate USER_ID command that sends DELETE to /users/{id}.json, deactivating the user and removing their account access
  • Requires admin or owner permissions
  • Unit tests for success and not-found cases
  • E2e tests (skipped when FIZZY_TEST_USER_ID not set) verify deactivation and that the user becomes inaccessible afterward
  • Updated README and SKILL.md

Adds `fizzy user deactivate USER_ID` which sends DELETE to /users/{id}.json,
deactivating the user and removing their access to the account. Requires
admin or owner permissions.
@robzolkos robzolkos merged commit 4b12d6f into master Mar 2, 2026
1 check passed
@robzolkos robzolkos deleted the add-user-deactivate branch March 2, 2026 21:09
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