The recipient object

Attributes

  • id integer

The recipient identifier.

  • name string

The name of the recipient.

  • email string

The email address of the recipient.

  • roles array

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"
        }
    ]
}