-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rest-api-client): add space.deleteGuests()
method
#2621
Conversation
Co-authored-by: trigger-github-actions-release[bot] <143469140+trigger-github-actions-release[bot]@users.noreply.github.com>
|
||
### deleteGuests | ||
|
||
Deletes a Guest user from Kintone. If you would like to remove a user from a Guest Space without deleting their account, use the Update Guest Members API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes: we need to add the link to [Update Guest Members API] after we finish that PBI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
# Conflicts: # examples/rest-api-client-demo/src/space.ts # packages/rest-api-client/docs/space.md # packages/rest-api-client/src/client/SpaceClient.ts # packages/rest-api-client/src/client/__tests__/SpaceClient.test.ts
# Conflicts: # examples/rest-api-client-demo/src/space.ts # packages/rest-api-client/docs/space.md # packages/rest-api-client/src/client/SpaceClient.ts # packages/rest-api-client/src/client/__tests__/SpaceClient.test.ts
Why
deleteGuests
method to be able to delete guest users from Kintone.What
deleteGuests
How to test
Checklist
pnpm lint
andpnpm test
on the root directory.