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

Automate API for getting users for servers #5554

Closed
kalroy opened this issue Aug 23, 2021 · 0 comments · May be fixed by ekmixon/automate#166, #8411 or ekmixon/automate#168
Closed

Automate API for getting users for servers #5554

kalroy opened this issue Aug 23, 2021 · 0 comments · May be fixed by ekmixon/automate#166, #8411 or ekmixon/automate#168
Assignees
Labels
automate-infra-proxy-api using for automate infra proxy backend api's Team: Stalwart Migrate Chef Manage, UI bugs, UX improvements, CVE Issues

Comments

@kalroy
Copy link
Collaborator

kalroy commented Aug 23, 2021

User Story

As a Chef Server Admin, I should be able to get all the users who are part of the server.
Response:

{
    "users": [
        {
            "username": "sonali"
        },
        {
            "username": "test-admin"
        },
        {
            "username": "vinay"
        }
    ]
}

Definition of Done

Demo Script / Repro Steps

@kalroy kalroy added automate-infra-proxy-api using for automate infra proxy backend api's automate-infra-proxy Team: Stalwart Migrate Chef Manage, UI bugs, UX improvements, CVE Issues and removed automate-infra-proxy labels Aug 23, 2021
@kalroy kalroy changed the title Automate API for getting users for organization Automate API for getting users for servers Aug 24, 2021
@kalroy kalroy closed this as completed Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automate-infra-proxy-api using for automate infra proxy backend api's Team: Stalwart Migrate Chef Manage, UI bugs, UX improvements, CVE Issues
Projects
None yet
2 participants