Skip to main content
POST
/
api
/
activity
/
projects.grant-team
Projects : grant team
curl --request POST \
  --url https://api.example.com/api/activity/projects.grant-team \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "872815618512410358",
  "team_id": "872815618512410358",
  "access_rights": [
    "manage-project"
  ]
}
'

Body

application/json
project_id
string<snowflake>
required
Example:

"872815618512410358"

team_id
string<snowflake>
required
Example:

"872815618512410358"

access_rights
enum<string>[]
required
Available options:
manage-project,
validate-hours,
contribute-hours,
consult-hours

Response

204

Access rights granted to team.