Skip to content
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

Basic user get/search command #77

Merged
merged 1 commit into from
Jan 27, 2021
Merged

Basic user get/search command #77

merged 1 commit into from
Jan 27, 2021

Conversation

chrisscott
Copy link
Contributor

User get by ID and search by email

Kapture 2021-01-27 at 11 50 57

@@ -46,6 +46,7 @@ var requiredScopes = []string{
"read:client_keys", "read:logs",
"create:roles", "delete:roles", "read:roles", "update:roles",
"create:custom_domains", "delete:custom_domains", "read:custom_domains", "update:custom_domains",
"read:users",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we wanna add the rest of CRUD now?

Copy link
Contributor

@cyx cyx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@cyx cyx merged commit c283847 into main Jan 27, 2021
@cyx cyx deleted the feature/A0CLI-42 branch January 27, 2021 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants