You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Community Engagement
Help us prioritize this request and express your support by adding a 👍 reaction to the original issue. This will assist both the community and the maintainers in addressing this request.
Please avoid leaving "+1" or "me too" comments as they create extra noise for issue followers and do not assist in prioritizing the request. If you are considering working on this issue or have already submitted a pull request, kindly leave a comment.
The text was updated successfully, but these errors were encountered:
smoy
changed the title
its better if Google workspace support user creation using iambic templates
(Google workspace) support user creation using iambic templates
Sep 12, 2023
Any developer likes to take this on? there should be a pretty solid path as the google group support uses the same SDK. So I will outline roughly the implementation need.
define the Pedantic model to represent Google Workspace User (you can use the Google Workspace group as an example)
wire the Google workspace to do a User import action. you have to wire up the Google SDK call similar to other groups import is doing.
There should be a lot of parallel to Google Group implementation.
It seems from API docs, create user must supply a password, which is really unfortunately, because we don't want to deal with password. (to minimize risk)
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Community Engagement
Help us prioritize this request and express your support by adding a 👍 reaction to the original issue. This will assist both the community and the maintainers in addressing this request.
Please avoid leaving "+1" or "me too" comments as they create extra noise for issue followers and do not assist in prioritizing the request. If you are considering working on this issue or have already submitted a pull request, kindly leave a comment.
The text was updated successfully, but these errors were encountered: