Uploads one or more attachments

POST /domains/{domainId}/principals/{principalId}/attachments

Only supports MultiPart requests

Parameters

Name Required Type Description
domainId true string The ID of the domain
principalId true string

Response

"type": "object", "description": "Result Map", "properties": { "total_rows": { "type": "number" }, "offset": { "type": "number" }, "size": { "type": "number" }, "rows": { "type": "array", "items": { "type": "attachment" } } } }