Skip to content

Commit

Permalink
Merge pull request #594 from sailpoint-oss/DEVREL-1689
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
christina-gagnon-sp authored Jul 23, 2024
2 parents caef9c2 + 45b26f8 commit 7ab0c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ sequenceDiagram

When managing a user's access to the API, you must first assign the target user an appropriate [user level](https://documentation.sailpoint.com/saas/help/common/users/user_level_matrix.html). It is important to choose the correct user level as it will place a boundary on which APIs a user can call, which also affects the areas and functions of the UI they have access to. For example, if a user is in charge of creating reports for auditing requirements, consider granting them the "Report Admin" user level.

User levels are typically granted through the UI, [following the procedures from this document](https://documentation.sailpoint.com/saas/help/common/users/grant_remove_user_levels.html). You can also set user levels via API using the [auth user update](https://developer.sailpoint.com/docs/api/v3/patch-auth-user) endpoint.

User levels are typically granted through the UI, [following the procedures from this document](https://documentation.sailpoint.com/saas/help/accounts/identities.html#setting-user-level-permissions). You can also set user levels via API using the [auth user update](https://developer.sailpoint.com/docs/api/v3/patch-auth-user) endpoint.


User levels act as the first line of defense by applying a rigid boundary around the APIs that a user can call. The next section introduces scopes, which allow users to apply granular controls on the APIs an access token can call.

Expand Down

0 comments on commit 7ab0c19

Please sign in to comment.