diff --git a/docs/modules/org_module.md b/docs/modules/org_module.md index 71dcc87..85eba6b 100644 --- a/docs/modules/org_module.md +++ b/docs/modules/org_module.md @@ -10,7 +10,7 @@ data. # NOTE: You must set up an OrgContext first 'director1' org.FULL-ORG # Returns all usernames reporting up to director1 -'director1' org.DIRECT-STAFF # Returns all direct reports of director1 +'director1' org.DIRECTS # Returns all direct reports of director1 'director1' org.DIRECT-MANAGERS # Returns all managers who directly report to director1 'user1' org.MANAGER org.MANAGER # Returns user1's manager's manager ``` @@ -97,4 +97,4 @@ USERS-TO-SORT ROOT-USER org.CHAIN-KEY-FUNC SORT-w/KEY-FUNC # Sorts by most se ### USERS-MANAGERS `( -- users_managers )` -Returns an array of `[user manager]` pairs from the current org context. \ No newline at end of file +Returns an array of `[user manager]` pairs from the current org context.