Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/org_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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.
Returns an array of `[user manager]` pairs from the current org context.