AccountAccessMethod Enum
different methods to control how new users can join an account
Possible Values
#
AUTHORIZED_DOMAIN
when a user with the same email-domain as the account authorized domain is registered, it will be automatically added to this account (an accountEmailDomain need to be configured)
INVITE_ONLY
new users can only be added to the account if they are invited
SSO
an identity provider will be used to provide new users access to this account (an accountEmailDomain need to be configured)
Usages
#
References
#
- Field accessMethod from Account
Previous
Account
Next
AccountAccessRole