AddGuestsToSpace
Assigns existing guest users to a specific guest Space so administrators can grant workspace-level access where 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:
EXECUTE AddGuestsToSpace GuestSpaceId = '6', Guests = '["[email protected]","[email protected]","[email protected]"]'
Input
| Name | Type | Required | Description |
| GuestSpaceId | String | True | Identifier of the guest space to which the specified guest users are added. |
| Guests | String | True | List of email addresses representing the guest users who should be granted access to the guest space. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation completed successfully by returning a Boolean value. |