App_permissions

Introduction

By default the creator of a project (App) is the only person with access to it. This endpoint allows for the creation and update of access privileges to a project.


Get Permissions

See GET App


Create/Edit Permissions

POST https://api.scopemaster.com/api/v1/app_permissions

With a payload as per below

{
    "permission":"READ",
    "app_id":"APac056df2a4",
    "user_id":"11"                        
}

Allowable permission values: 'READ','EDIT','ADMIN','NONE'

(set as NONE to remove a permission)


Adding or changing a permission will trigger the sending of an email to the affected user. (not on SERVER edition).

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us