Individual Recipients are always "Groups" in Agreements Created through API
When creating an agreement in UI, there's an option to "Add Recipient Group", or to simply add individual recipients.
When I'm creating agreements with the API, the recipients always show up as "groups" instead of just individuals.
Here is a screenshot of the recipient list for an agreement I created in UI. Note that the recipients show up as "(Signer)":

Here is a screenshot of the recipient list for an agreement I created with the API. Note that the recipients show up as "(Group)":

For the API call, I'm just following the format specified in the REST API Reference and this sample. I can't find any other way of formatting the API request such that it specifies the recipients as individuals rather than groups. Is this a limitation with the API?
