Uses of Class
software.xdev.brevo.model.InviteAdminUser
Packages that use InviteAdminUser
-
Uses of InviteAdminUser in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type InviteAdminUserModifier and TypeMethodDescriptionMasterAccountApi.inviteAdminUser(InviteAdminUser inviteAdminUser) Send invitation to an admin user `This endpoint allows you to invite a member to manage the Admin account Features and their respective permissions are as below: - `my_plan`: - \"all\" - `api`: - \"none\" - `user_management`: - \"all\" - `app_management` | Not available in ENTv2: - \"all\" - `sub_organization_groups` - \"create\" - \"edit_delete\" - `create_sub_organizations` - \"all\" - `manage_sub_organizations` - \"all\" - `analytics` - \"download_data\" - \"create_alerts\" - \"my_looks\" - \"explore_create\" - `security` - \"all\" **Note**: - If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited admin user.MasterAccountApi.inviteAdminUser(InviteAdminUser inviteAdminUser, Map<String, String> additionalHeaders) Send invitation to an admin user `This endpoint allows you to invite a member to manage the Admin account Features and their respective permissions are as below: - `my_plan`: - \"all\" - `api`: - \"none\" - `user_management`: - \"all\" - `app_management` | Not available in ENTv2: - \"all\" - `sub_organization_groups` - \"create\" - \"edit_delete\" - `create_sub_organizations` - \"all\" - `manage_sub_organizations` - \"all\" - `analytics` - \"download_data\" - \"create_alerts\" - \"my_looks\" - \"explore_create\" - `security` - \"all\" **Note**: - If `all_features_access: false` then only privileges are required otherwise if `true` then it's assumed that all permissions will be there for the invited admin user. -
Uses of InviteAdminUser in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return InviteAdminUserModifier and TypeMethodDescriptionInviteAdminUser.addGroupIdsItem(String groupIdsItem) InviteAdminUser.addPrivilegesItem(InviteAdminUserPrivilegesInner privilegesItem) InviteAdminUser.allFeaturesAccess(Boolean allFeaturesAccess) InviteAdminUser.privileges(List<InviteAdminUserPrivilegesInner> privileges)