Skip to content
Start here

Account Mapping

Get mapping
GET/accounts/{account_id}/dlp/email/account_mapping
Create mapping
POST/accounts/{account_id}/dlp/email/account_mapping
ModelsExpand Collapse
AccountMappingGetResponse object { addin_identifier_token, auth_requirements }
addin_identifier_token: string
formatuuid
auth_requirements: object { allowed_microsoft_organizations, type } or object { type }
One of the following:
object { allowed_microsoft_organizations, type }
allowed_microsoft_organizations: array of string
type: "Org"
Type object { type }
type: "NoAuth"
AccountMappingCreateResponse object { addin_identifier_token, auth_requirements }
addin_identifier_token: string
formatuuid
auth_requirements: object { allowed_microsoft_organizations, type } or object { type }
One of the following:
object { allowed_microsoft_organizations, type }
allowed_microsoft_organizations: array of string
type: "Org"
Type object { type }
type: "NoAuth"