Skip to content

Commit

Permalink
Merge pull request #564 from jbuck/master
Browse files Browse the repository at this point in the history
Add missing scopes
  • Loading branch information
bheesham authored Dec 2, 2024
2 parents 7217f58 + 6611631 commit 16a2504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/PersonAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ display:none (fields that do not use the display levels such as `user_id` - this
display:public
display:authenticated (user indicate this is to be shown only to users that are authenticated with the system)
display:vouched (user indicate this is to be shown to vouched profiles only)
display:ndaed (user indicates this is to be shown to NDA'd profiles only)
display:staff (user indicate this can only be shown to Mozilla staff)
display:private (user indicate this should not be shown to any user, only machines/API should see it)
display:all (overrides all display levels)
read:fullprofile (overrides all classification levels)
search:all (allow search over any attribute)
write (scope for CIS Change API which allows profile writes. Note that your signatures still need to match a trusted publisher, and that this scope alone is not sufficient to write data to the API - on it's own it effectively does not grant write access)
```

Expand Down

0 comments on commit 16a2504

Please sign in to comment.