diff --git a/content/guides/authentication/client-credentials/index.md b/content/guides/authentication/client-credentials/index.md
index 30be4ecaa..e7cf5f166 100644
--- a/content/guides/authentication/client-credentials/index.md
+++ b/content/guides/authentication/client-credentials/index.md
@@ -46,12 +46,23 @@ If you would like to authenticate as the application's [Service Account][sa]:
- set `box_subject_type` to `enterprise`
- set `box_subject_id` to the enterprise ID
-If you would like to authenticate as a Managed User:
+
+
+If you would like to authenticate as an admin or a managed user:
- set `box_subject_type` to `user`
- set `box_subject_id` to the user ID
+- enable **Generate User Access Tokens** in the Box [Developer Console][devconsole]
-
+
+
+If you would like to authenticate as any application user:
+
+- set `box_subject_type` to `user`
+- set `box_subject_id` to the user ID
+- enable **App + Enterprise Access** and **Generate User Access Tokens** Box [Developer Console][devconsole]
+
+
## Common Errors