Usage
yammer group user add [options]
Description
Adds a user to a Yammer Group.
Options
| Option |
Description |
--id <id> |
The Group ID to process |
--userId [userId] |
Adds the user with the specified ID to the Yammer Group. Defaults to the current user |
--email [email] |
Adds the user with the specified e-mail to the Yammer Group |
Additional information
Join the group specified by the group_id. If neither user_id or email is provided then the user that is currently authenticated will be added to the group.
If the email does not correspond to an existing user, the service will return a HTTP 400.
Implements this endpoint
Just assign it to me
Usage
yammer group user add [options]
Description
Adds a user to a Yammer Group.
Options
--id <id>--userId [userId]--email [email]Additional information
Join the group specified by the group_id. If neither user_id or email is provided then the user that is currently authenticated will be added to the group.
If the email does not correspond to an existing user, the service will return a HTTP 400.
Implements this endpoint
Just assign it to me