Skip to content

Commit 6e2dabc

Browse files
committed
docs: add link to roles and permissions matrix
1 parent 5a971a1 commit 6e2dabc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ The _Partcipant ID_ can be treated as a **constant** in your integrations, it wo
136136

137137
In **Empire** each individual User is assigned a _Role_ which encapsulates a set of _Permissions_. This information can be retrieved using the `getProfile` operation as seen previously in the [What is _Participant ID_](#-what-is-participant-id) section (fields `user.role` and `permissions[]`).
138138

139+
> 💡 The current configuration of _Roles_ and _Permissions_ available for Participants can be found on the Wiki under [Role / Permission Matrix](https://github.com/britned/empire-platform-api/wiki/General#role--permission-matrix)
140+
139141
In the API each endpoint is annotated with a list of _Permissions_ documented in the `x-permissions` field, the values being validated against the `#/components/schemas/Permission` enum:
140142

141143
```yaml

0 commit comments

Comments
 (0)