DeleteGuests
Deletes a Guest user from Kintone. Only Kintone Administrators can use this API.
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 | A list of email addresses of Guest users. Up to 100 Guests can be deleted. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |