-
Notifications
You must be signed in to change notification settings - Fork 4
Add user directories commands #59
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
base: main
Are you sure you want to change the base?
Conversation
pablosole
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge #46 first
@pablosole done, check now pls |
| type: integer | ||
| updated_at: | ||
| type: string | ||
| format: date-time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing the "enrollment_url" that is only returned on creation.
| } | ||
| return resp.Payload.UserDirectory, nil | ||
| }, func(data interface{}) { // printSuccess func | ||
| userdirectory := data.(models.UserDirectory) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this response has the enrollment_url on it that is only returned on creation, I think you should print that separately from the table with a message or something saying "you put this on the connector", whatever we are doing in the proxy add flow (or if we are not doing it there we should also fix that)
No description provided.