Create multiple shares
Share
Create multiple shares
Shares multiple profiles with a user.
POST
Create multiple shares
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Type of the instance you want to share. You can share particular profiles or group of profiles as a folder.
Available options:
profile, folder Example:
"profile"
IDs of the instances that should be shared.
Example:
[
"60a763f86501b32b88a109ca",
"60a763f86501b32b88a109cb"
]Array of emails of the recipients.
Example:
[
"recipient1@example.com",
"recipient2@example.com"
]Role of the recipient
Available options:
administrator, redactor, guest Example:
"admin"
Response
201 - undefined