/teams/:id/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

ParameterTypeDescription
userIdStringThe user _id.
acceptedBooleanWhether the invite has been accepted or rejected (this field doesn't exist if pending)
emailStringIf the member isn't a mixmax user yet, this will be present.
memberIdStringThe unique identifier for a member on a team; used to perform member-related operations on .
roleStringThe role on the team. Either admin or member.
createdAtDateWhen the user was first invited
invitedAtDateThe last time the invite was sent
acceptedAtDateThe last time the invitation was altered (accepted/rejected/left/removed)
Language
Authorization
Header