English
cURL
curl --request POST \ --url https://{base_url}/v1/app/integration/claromentis \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "id": "<string>", "user_id": "<string>", "org_id": "<string>", "type": "User", "provider_data": { "entity": { "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 } }, "created_at": "<string>", "updated_at": "<string>" }
Create a new integration of type Claromentis with basic auth configuration.
Configuration for the integration
Returns the created integration configuration.
User
SharePoint
Confluence
Claromentis
FileSystem
Mock
Show child attributes