List Team Members
Retrieve all team members and their roles.Response
Invite Team Member
Send an invitation to join your team.Request Schema
Available Roles
- owner: Full access to all resources and billing (cannot be assigned)
- admin: Full access to resources and team management
- developer: Create and manage endpoints, clusters, and resources
- viewer: Read-only access to resources and usage
Response
Update Team Member
Update a team member’s role, permissions, or details.Request Schema
Response
Returns the updated member object with the same structure as the list response.Remove Team Member
Remove a team member from your organization.Response
Removing a team member immediately revokes their access to all resources. Consider transferring ownership of their
resources before removal.
Resend Invitation
Resend a pending invitation to a team member.Response
Cancel Invitation
Cancel a pending invitation.Response
Get Team Member Details
Retrieve detailed information about a specific team member.Response
Get Team Activity
Retrieve team activity and collaboration metrics.Response
Bulk Operations
Perform bulk operations on multiple team members.Available Operations
update_role
: Update role for multiple membersupdate_department
: Update department for multiple memberssuspend
: Suspend multiple membersreactivate
: Reactivate suspended members
Response
Code Examples
Python SDK
JavaScript SDK
Error Responses
400 Bad Request
403 Forbidden
404 Not Found
409 Conflict
422 Unprocessable Entity
Best Practices
Team Organization
- Use clear role hierarchy: owner → admin → developer → viewer
- Set appropriate department and title information for better organization
- Regular review of team member permissions and access levels
Invitation Management
- Use personalized invitation messages to improve acceptance rates
- Set appropriate expiration times for invitations
- Monitor and follow up on pending invitations
Access Control
- Follow principle of least privilege when assigning roles
- Regularly audit team member permissions
- Use custom permissions for fine-grained access control
Team Collaboration
- Monitor team activity to identify collaboration opportunities
- Use team analytics to optimize resource allocation
- Encourage knowledge sharing through shared resources
Use Cases
Onboarding New Team Members
Team Reorganization
Access Audit
Team Performance Analytics
Authorizations
API key authentication. Use 'Bearer YOUR_API_KEY' format.
Body
application/json
Response
201 - application/json
Invitation sent successfully
The response is of type object
.