Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update org_module.md #4

Merged
merged 1 commit into from
Aug 24, 2022
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.