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 :doc:`roles ` linked to the recipient. Example """"""" .. code-block:: json { "id": 1, "name": "Jane Doe", "email": "jane.doe@example.com", "roles": [ { "id": 1, "type": "sign", "color":"#EE8320" } ] }