This command is used to enumerate users in a Yammer network. While #1107 is intended to search for an individual user. This will traverse the Yammer network.
yammer users list --letter [letter] --sortBy [sortBy] --reverse --limit [limit] --groupId [groupId]
Options:
-- letter (optional) - Return users with usernames beginning with the given character.
-- sort_by [messages | followers] (optional) - Results will be returned sorted by a number of messages or followers, instead of the default behavior of sorting alphabetically.
-- reverse (flag optional) - Returns results in reverse order.
-- limit (optional) - allows you to limit the number of retrieved results to the specified value
-- groupId (optional) - searches the users in a specific group
For this implementation, I am going to use the endpoint https://developer.yammer.com/docs/usersjson
For the in_group option, I am going to use the endpoint https://developer.yammer.com/docs/usersin_groupidjson
br,
Patrick
This command is used to enumerate users in a Yammer network. While #1107 is intended to search for an individual user. This will traverse the Yammer network.
Options:
-- letter (optional) - Return users with usernames beginning with the given character.
-- sort_by [messages | followers] (optional) - Results will be returned sorted by a number of messages or followers, instead of the default behavior of sorting alphabetically.
-- reverse (flag optional) - Returns results in reverse order.
-- limit (optional) - allows you to limit the number of retrieved results to the specified value
-- groupId (optional) - searches the users in a specific group
For this implementation, I am going to use the endpoint https://developer.yammer.com/docs/usersjson
For the in_group option, I am going to use the endpoint https://developer.yammer.com/docs/usersin_groupidjson
br,
Patrick