get https://api.mixmax.com/v1/teams//members
Get all the members of the specified team.
Paging not supported
Note that this API will always return ALL members and does not support paging
Parameter | Type | Description |
---|---|---|
userId | String | The user _id. |
accepted | Boolean | Whether the invite has been accepted or rejected (this field doesn't exist if pending) |
String | If the member isn't a mixmax user yet, this will be present. | |
memberId | String | The unique identifier for a member on a team; used to perform member-related operations on . |
role | String | The role on the team. Either admin or member. |
createdAt | Date | When the user was first invited |
invitedAt | Date | The last time the invite was sent |
acceptedAt | Date | The last time the invitation was altered (accepted/rejected/left/removed) |