Topic Map Store Permissions

Top  Previous  Next

Path

/topicmaps/permissions

 

Description

Represents the collection of permissions granted on the Web3 topic map store

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

Returns the permissions list for the store. Returns a ListRepr of PermissionRepr items.

With a query parameter named "all" set to true, returns a ListRepr of PermissionRepr items representing all users permissions on the topic map store. Without the "all" parameter or with "all" set to false, returns a ListRepr of PermissionRepr items representing the permissions granted to the current user.

Retrieving the permissions of all users requires Admin permission on the store, but any user is allowed to retrieve their own permissions.

XML, JSON

POST

Updates permissions for the store. Post content must be a ListRepr of PermissionRepr items.

Updating permissions requires Admin permission on the store.

XML, JSON

 

Notes

Access to this resource requires Administrator privileges on the store.