Remove Share Pinboard
DescriptionShare Pinboard with users and LDAP/vIDM groups. Only admin and member users can perform this action
Request
URLURL
Path Parameters
Path Parameters
The Entity ID of object requestion information on
Request Body
Remove pinboard share for given users and groups
{
"groups_read_access": [
"CN=Dev,CN=Users,DC=vrni,DC=com"
],
"groups_write_access": [
"CN=HR,CN=Users,DC=vrni,DC=com"
],
"users_read_access": [
"admin1@vmware.com",
"user@vmware.com"
],
"users_write_access": [
"admin1@vmware.com",
"user@vmware.com"
]
}
List of groups with read privilege for the pinboard
List of groups with read and write privilege for the pinboard
List of users with read privilege for the pinboard
List of users with all privileges for the pinboard
Authentication
Response
Response BodyResponse Body
200 OK
{
"create_timestamp": 156789876,
"description": "This is the pinboard description",
"groups_read_access": [
"cn=administrators"
],
"groups_write_access": [
"CN=HR,CN=Users"
],
"id": "18799:10002:211561153588",
"last_updated_timestamp": 156789876,
"name": "Pinboard Name",
"owner": "admin@local",
"users_read_access": [
"user1@vmware.com",
"user3@vmware.com"
],
"users_write_access": [
"user@vmware.com",
"user2@vmware.com"
]
}
Create timestamp for pinboard
Description of the pinboard
LDAP/VIDM groups with read privilege of the pinboard
LDAP/VIDM groups with read and write privilege of the pinboard
Entity Identifier for a pinboard
Last update timestamp for pinboard
Descriptor or identifier for particular pinboard.
User email of the pinboard owner
List of users with read privilege for the pinboard
List of users with read and write privilege for the pinboard
Errors
Bad Request
Unauthorized
Internal Error