Update Guest Members
Updates the Guest Members of a Space.
Method | PUT |
---|---|
URL(guest space) | https://{subdomain}.kintone.com/k/guest/{SpaceID}/v1/space/guests.json |
Authentication | Password Authentication, Session Authentication |
Content-Type | application/json |
Contents
Permissions
- Only the Guest Space Administrator can use this API.
Request Parameters
Parameter | Value | Required | Description |
---|---|---|---|
id | Integer or String | Yes | The Guest Space ID. |
guests | Array | Yes | A list of email addresses of Guest users. Guest users must first be added as a Guest user of Kintone before they can be affiliated with Spaces. To do this, use the Add Guests API. For more information, refer to the following document: Add Guests Users who are not Guest users, or are inactive/deleted users cannot be added to the list. |
Sample Request
|
|
XMLHttpRequest
|
|
Response Parameters
An empty JSON object will be returned.
Sample Response
|
|
Limitations
- If the Space or Guest Space feature is turned off, an error will be returned.
- Guest users must first be added as a Guest user of Kintone before they can be affiliated with Spaces. To do this, use the following API:
Add Guests