Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Atlas 사용자 초대

이 페이지의 내용

  • 구문
  • 옵션
  • 상속된 옵션
  • 출력
  • 예시

애플리케이션에 대한 를 생성하고 Atlas user MongoDB Atlas Atlas user 조직 및 프로젝트에 를 초대합니다.

Atlas user 계정은 MongoDB Atlas 애플리케이션 에 대한 액세스 만 부여합니다. 데이터베이스 액세스 을 부여하려면 Atlas dbusers create를 사용하여 데이터베이스 사용자를 생성합니다.

명령 구문
atlas users invite [options]
이름
유형
필수 사항
설명
--country
문자열
true
사용자의 지리적 위치에 대한 ISO 3166-1 알파 두 글자 국가 코드입니다. Atlas CLI에는 이 옵션이 필요합니다.
--email
문자열
true
사용자의 이메일 주소입니다.
--firstName
문자열
true
사용자의 이름 또는 이름입니다.
-h, --help
거짓
초대 도움말
--lastName
문자열
true
사용자의 성, 성 또는 성입니다.
--Mobile
문자열
거짓
사용자의 휴대폰 번호입니다.
--orgRole
strings
거짓
조직, 콜론 및 조직에서 사용자의 역할을 식별하는 고유한 24자리 문자열입니다. 이 값을 orgID:ROLE로 지정합니다. ROLE에 유효한 값은 ORG_OWNER, ORG_MEMBER, ORG_GROUP_CREATOR, ORG_BILLING_ADMIN, ORG_READ_ONLY입니다.
-o, --output
문자열
거짓
출력 형식입니다. 유효한 값은 json, json-path, go-템플릿 또는 go-템플릿 파일입니다. 전체 출력을 보려면 -o json 옵션을 사용합니다.
--password
문자열
거짓
사용자의 비밀번호입니다.
--projectRole
strings
거짓
프로젝트, 콜론 및 프로젝트에 대한 사용자의 역할을 식별하는 고유한 24자리 문자열입니다. 이 값을 projectID:ROLE로 지정합니다. ROLE에 유효한 값은 GROUP_CLUSTER_MANAGER, GROUP_DATA_ACCESS_ADMIN, GROUP_DATA_ACCESS_READ_ONLY, GROUP_DATA_ACCESS_READ_WRITE, GROUP_OWNER 및 GROUP_READ_ONLY입니다.
--username
문자열
true
사용자를 식별하는 이름입니다. 유효한 이메일 주소를 지정해야 합니다.
이름
유형
필수 사항
설명
-P, --profile
문자열
거짓
구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요.

명령이 성공하면 Atlas CLI는 다음 샘플과 유사한 출력을 반환합니다. 괄호 안의 값은 사용자의 값을 나타냅니다.

The user '<Username>' has been invited.
Invited users do not have access to the project until they accept the invitation.
# Create the Atlas user with the username user@example.com and invite them to the organization with the ID 5dd56c847a3e5a1f363d424d with ORG_OWNER access:
atlas users invite --email user@example.com --username user@example.com --orgRole 5dd56c847a3e5a1f363d424d:ORG_OWNER --firstName Example --lastName User --country US --output json
# Create the Atlas user with the username user@example.com and invite them to the project with the ID 5f71e5255afec75a3d0f96dc with GROUP_READ_ONLY access:
atlas users invite --email user@example.com --username user@example.com --projectRole 5f71e5255afec75a3d0f96dc:GROUP_READ_ONLY --firstName Example --lastName User --country US --output json

돌아가기

설명