Skip to main content
POST
Add user to project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required

The ID of the project.

Body

application/json
user_id
string
required
Example:

"architecto"

access_level
enum<string>
required
Available options:
administrator,
user,
guest
Example:

"guest"

Response

User added

The response is of type object.