POST /v1/teams/{teamId}/request

Request access to a team as a member. An owner has to approve the request. Only 10 users can request access to a team at the same time.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
joinedFrom Object Yes
joinedFrom.repoPath String No

The path to the repository for the given Git provider.

joinedFrom.origin String Yes

The origin of the request.

Possible values:

  • "feedback"
  • "github"
  • "bitbucket"
  • "organization-teams"
  • "teams"
  • "gitlab"
  • "import"
joinedFrom.gitUserId No

The ID of the Git account of the user who requests access.

joinedFrom.commitId String No

The commit sha if the origin is a git provider.

joinedFrom.repoId String No

The ID of the repository for the given Git provider.

joinedFrom.gitUserLogin String No

The login name for the Git account of the user who requests access.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.