cURL
curl --request POST \ --url https://api.example.com/supervisor/core/users \ --header 'Content-Type: application/json' \ --data ' { "organization_id": 123, "email": "jsmith@example.com", "name": "<string>", "role": "<string>", "status": "active", "last_active_at": "2023-11-07T05:31:56Z", "session_avg_duration": 123, "total_usage": 0 } '
{ "user_id": 123, "organization_id": 123, "email": "jsmith@example.com", "name": "<string>", "role": "<string>", "status": "<string>", "signup_at": "2023-11-07T05:31:56Z", "total_usage": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "last_active_at": "2023-11-07T05:31:56Z", "session_avg_duration": 123 }
새 supervisor user 생성 기본값:
Successful Response