cURL
curl --request POST \ --url {schemes}://api.upsun.com/projects/{project_id}/team-access \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' [ { "team_id": "<string>" } ] '
{ "error": "<string>" }
Grants one or more team access to a specific project.
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the project.
ID of the team.
No Content
Was this page helpful?