DeleteGuests
Removes a guest user from the environment, helping administrators maintain security and revoke external access when needed.
Stored Procedure Specific Information
Kintone allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. For example:
For Deleting the Guests, provide the comma separated values of Guests.
EXECUTE DeleteGuests Guests = '["[email protected]","[email protected]"]'
Input
| Name | Type | Required | Description |
| Guests | String | True | List of email addresses identifying the guest users to delete, allowing up to 100 users to be removed in a single operation. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |