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
- https://api.vercel.com
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:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.