APIWebsite Access
Revoke a group's access
Removes the group's role on this website. Its members keep any role granted to them directly.
Requires the admin role on the website.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
websiteId*string
groupId*string
Response Body
curl -X DELETE "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/access/groups/string"Empty
Grant a member access PUT
Gives a workspace member a role on this website, replacing the role they had. Access they also get through a group still counts, and the highest role wins.
Grant a group access PUT
Gives a group a role on this website, replacing the role it had. Everyone in the group gets that role, now and as the group changes.