Skip to content

Commit d8713fb

Browse files
authored
(DOCSP-45412) Adds invitation bypass feature to OM APIs. (#566)
<!-- Add a description of your PR here (optional) --> [DOCSP-45412](https://jira.mongodb.org/browse/DOCSP-45412) STAGING: - [Invite One User to an Ops Manager Organization](https://deploy-preview-566--10gen-docs-ops-manager.netlify.app/reference/api/invitations/organizations/create-one-invitation/) - [Create One Project Invitation](https://deploy-preview-566--10gen-docs-ops-manager.netlify.app/reference/api/invitations/projects/create-one-invitation/) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 30d7a29 commit d8713fb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

source/reference/api/invitations/organizations/create-one-invitation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Invites one user to the |mms| organization that you specify.
1616

1717
The user must accept the invitation to access the |mms| organization.
1818

19+
If :setting:`Bypass Invitation Mode` is enabled, |service| adds the user to the
20+
organization immediately and doesn't return an invitation for that user.
21+
1922
Required Roles
2023
--------------
2124

source/reference/api/invitations/projects/create-one-invitation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Create One Project Invitation
1515
Retrieve details for one pending invitation to the specified
1616
|mms| project.
1717

18+
If :setting:`Bypass Invitation Mode` is enabled, |service| adds the user to the
19+
project immediately and doesn't return an invitation for that user.
20+
1821
Required Roles
1922
--------------
2023

0 commit comments

Comments
 (0)