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: delete
Path: /sites/management/api/v1/sites/{id}/access
Get an Access Member
Method: get
Path: /sites/management/api/v1/sites/{id}/access/{memberId}
Get an Example Request Body for Creating Site Access Member Resources
Method: get
Path: /sites/management/api/v1/sites/{id}/access/create-form
Get the Group Details for a Member
Method: get
Path: /sites/management/api/v1/sites/{id}/access/{memberId}/group
Get the User or Application Details for a Member
Method: get
Path: /sites/management/api/v1/sites/{id}/access/{memberId}/user
Grant Access to Site
Method: post
Path: /sites/management/api/v1/sites/{id}/access
List the Users, Applications and Groups with Access
Method: get
Path: /sites/management/api/v1/sites/{id}/access
Remove an Access Member
Method: delete
Path: /sites/management/api/v1/sites/{id}/access/{memberId}