v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
sharing

Add a user to a project

Gives a user access to a project.

put/projects/{id}/users

Path parameters

idinteger required

Project ID

Request body

createdstring

A timestamp when this relation was created. You cannot change this value.

idinteger

The unique, numeric id of this project <-> user relation.

permission0 | 1 | 2
updatedstring

A timestamp when this relation was last updated. You cannot change this value.

usernamestring

The username.

Response

The created user<->project relation.

createdstring

A timestamp when this relation was created. You cannot change this value.

idinteger

The unique, numeric id of this project <-> user relation.

permission0 | 1 | 2
updatedstring

A timestamp when this relation was last updated. You cannot change this value.

usernamestring

The username.