Runtime Access REST Endpoints
Sites/Runtime Access
Specify named users, applications or groups that can access a site when it goes online. If the site has a security access level that includes named, the set of users, applications or groups specified will have access to the site after they sign in.
- Batch Remove Users, Applications or Groups
- Method: deletePath:
/sites/management/api/v1/sites/{id}/access - Get an Access Member
- Method: getPath:
/sites/management/api/v1/sites/{id}/access/{memberId} - Get an Example Request Body for Creating Site Access Member Resources
- Method: getPath:
/sites/management/api/v1/sites/{id}/access/create-form - Get the Group Details for a Member
- Method: getPath:
/sites/management/api/v1/sites/{id}/access/{memberId}/group - Get the User or Application Details for a Member
- Method: getPath:
/sites/management/api/v1/sites/{id}/access/{memberId}/user - Grant Access to Site
- Method: postPath:
/sites/management/api/v1/sites/{id}/access - List the Users, Applications and Groups with Access
- Method: getPath:
/sites/management/api/v1/sites/{id}/access - Remove an Access Member
- Method: deletePath:
/sites/management/api/v1/sites/{id}/access/{memberId}