diff --git a/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md b/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md index 1ebcc01..8fcb9a1 100644 --- a/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md +++ b/docs/Administering/Managing-Users-and-Roles/create-users-and-assign-them-to-roles-via-the-scim-2-0-api-1ca8c4a.md @@ -147,8 +147,10 @@ password Syntax of GET request: ``` -https:///oauth/token?grant_type=client_credentials +https:///oauth/token?grant_type=client_credentials ``` +> ### Note: +> The token URL is listed in the System > Administration menu. The response body returns the access token, which you'll then use as the bearer token to obtain the csrf token.