You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/account-manager.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ These flags are available on all Account Manager commands:
16
16
17
17
## Authentication
18
18
19
-
All Account Manager commands require an Account Manager API Client with OAuth authentication.
19
+
Account Manager commands require an API client or can be executed through an implicit workflow that seamlessly handles user authentication and associated flows.
20
20
21
21
### Required Configuration
22
22
@@ -27,8 +27,11 @@ All Account Manager commands require an Account Manager API Client with OAuth au
27
27
28
28
### Required Roles
29
29
30
-
The API client must have the following role:
31
-
-`sfcc.accountmanager.user.manage` - Required for all Account Manager operations
30
+
| Auth Method | Role | Configured On |
31
+
|-------------|------|---------------|
32
+
| Client Credentials |`User Administrator` or higher | The API client |
33
+
34
+
User authentication is handled via the implicit flow, utilizing the access rights granted to the user.
0 commit comments