Skip to main content
Unary · Teams Adds a user to a team. Each user can belong to at most one team per organization. Use this method to:
  • Assign users to teams

Examples

  • Add a user to a team:

Authorization

Requires teammembership:create permission on the team.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.AddTeamMemberRequest

Response

gitpod.v1.AddTeamMemberResponse
TeamMember represents a user’s membership in a team.gitpod.v1.TeamMember