The recipient object¶
Attributes¶
idinteger
The recipient identifier.
namestring
The name of the recipient.
emailstring
The email address of the recipient.
rolesarray
An array of roles linked to the recipient.
Example¶
{
"id": 1,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"roles": [
{
"id": 1,
"type": "sign",
"color":"#EE8320"
}
]
}