Add a new member to a custom group you own
User Groups
Add a new member to a custom group you own
Add a new member to a custom group you own.
Only an owner of the group may add members; admin roles are not considered. The target user must belong to the same company as the group. Only custom groups can be modified.
POST
Add a new member to a custom group you own
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Response
Member added successfully. Returns all group members with their roles.
The members of a group: {"users": [{id, email, role}, ...]}.