You can use this endpoint to display current team membership in dashboards, verify access levels, or audit team participation.
Returned data includes:
customer_id
– Unique identifier of the team memberemail
– Member’s contact emailname
– Full name of the team memberrole
– Role assigned within the team (e.g., root, manager)
To remove a member, use the Delete Team Member endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will return a detailed list of team members along with their associated information.
- If the request is unauthorized, the system will respond with an authentication error message.