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

CLOUDP-73834: mongocli iam users invite return 404 error for CM #492

Merged
merged 5 commits into from
Oct 13, 2020

Conversation

andreaangiolillo
Copy link
Collaborator

Proposed changes

Jira ticket: CLOUDP-73834

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code

Further comments


mongocli iam users invite --username test22@gmail.com --password p@sSW0rd --email test22@gmail.com --firstName kanchana --lastName sekhar --country US -P cm --output json

{
  "id": "5f857aa19cea9815acee50fd",
  "emailAddress": "test22@gmail.com",
  "firstName": "kanchana",
  "lastName": "sekhar",
  "links": [
    {
      "rel": "self",
      "href": "https://cloud-dev.mongodb.com/api/public/v1.0/users/5f857aa19cea9815acee50fd"
    },
    {
      "rel": "http://cloud.mongodb.com/whitelist",
      "href": "https://cloud-dev.mongodb.com/api/public/v1.0/users/5f857aa19cea9815acee50fd/whitelist"
    }
  ],
  "username": "test22@gmail.com",
  "country": "US"
}

@andreaangiolillo andreaangiolillo marked this pull request as ready for review October 13, 2020 10:37
Copy link
Collaborator

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

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

LGTM

@andreaangiolillo andreaangiolillo merged commit bba6eab into master Oct 13, 2020
@andreaangiolillo andreaangiolillo deleted the CLOUDP-73834 branch October 13, 2020 10:45
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