Skip to content

Commit

Permalink
Merge pull request #4 from absheik/patch-3
Browse files Browse the repository at this point in the history
Update org_module.md
  • Loading branch information
rjose authored Aug 24, 2022
2 parents f218c7a + 9b691fe commit 8c63af3
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit 8c63af3

Please sign in to comment.