English
cURL
curl --request POST \ --url https://{base_url}/v1/app/project \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "default_member_role": "Viewer", "default_role_enabled": true, "visibility": "Public", "goal": "<string>", "deadline": "<string>", "member_count": 123, "members": [ { "id": "<string>", "role": "Viewer", "user": { "id": "<string>", "org_id": "<string>", "account_id": "<string>", "name": "<string>", "email": "<string>", "state": "Active", "roles": [ "AppGuest" ], "created_at": "<string>", "profile_picture": "<string>", "job_position_name": "<string>", "job_position_description": "<string>" }, "is_project_member": true } ], "project_context": "<string>", "answer_context": "<string>", "is_pinned": true }
Create a new project with the specified details. The user creating the project will automatically become the owner.
Project details
Public
Private
The created project
Viewer
Commenter
Editor
Admin
Owner
Show child attributes