cURL
curl --request POST \ --url https://{tenant}.torchapp.com.au/api/v1/projects/{project_id}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "user_id": "architecto", "access_level": "guest" } '
{}
Add user to project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the project.
"architecto"
administrator
user
guest
"guest"
User added
The response is of type object.
object