Skip to content

Commit

Permalink
docs+fix: add API token scopes for Retool actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Oct 30, 2024
1 parent c121da0 commit 96c58e4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ List all groups a user is a member of and all the apps a user has access to.
access](https://docs.retool.com/reference/api/#tag/Groups/paths/~1permissions~1listObjects/post).
</Callout>

**Required Permission Scopes:**

- `Users > Read`
- `Groups > Read`
- `Permissions > Read`

**SDK Import:**

```python
Expand Down
5 changes: 5 additions & 0 deletions docs/pages/integrations/retool/apis/list_groups_per_user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ This method lists all groups a user is a member of, along with the last time a u
groups](https://docs.retool.com/reference/api/#tag/Groups/paths/~1groups/get).
</Callout>

**Required Permission Scopes:**

- `Users > Read`
- `Groups > Read`

**SDK Import:**

```python
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/integrations/retool/apis/list_inactive_users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This method lists Retool users who have not logged in for a specified number of
users](https://docs.retool.com/reference/api/#tag/Users/paths/~1users/get).
</Callout>

**Required Permission Scopes:**

- `Users > Read`

**SDK Import:**

```python
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ List all apps a user has used as viewer and/or editor within a certain time rang
organizations](https://docs.retool.com/reference/api/#tag/Usage/paths/~1usage~1user_summary/get).
</Callout>

**Required Permission Scopes:**

- `Users > Read`
- `Groups > Read`
- `Permissions > Read`
- `usage`

**SDK Import:**

```python
Expand Down

0 comments on commit 96c58e4

Please sign in to comment.