Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ACL Management APIs

POST /assetapi/acl/{project_path}

Grants a user or group access to the specified project.

GET /assetapi/acl/{project_path}

Retrieves the privileges of the current user to access the specified project.

DELETE /assetapi/acl/{project_path}

Revokes all project access from a user or group.

Project Management APIs

POST /assetapi/project/{project_or_space_path}

Creates a new project or project space at the specified path with the specified permissions.

PUT /assetapi/project/{project_or_space_path}

Renames an existing project or project space.

App Access APIs

GET /assetapi/user/settings

Retrieves the apps access information for all users in the specified Org.

POST /assetapi/user/app_access

Grants or revokes app access.