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"
Email of the recipient.
Example:
Array of emails of the recipients.
Example:
[
"[email protected]",
"[email protected]"
]
Id of the instance you want to share.
Example:
"60a763f86501b32b88a109ca"
Role of the recipient
Available options:
administrator
, redactor
, guest
Example:
"admin"