curl --location --request POST 'https://sux.chatsight.ai/api/users' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": <USER_ID>
}'
KeyValue
user_idThe User to get data from. You can only fetch data from a user in your organization, and with the required permission VIEW_USERS granted at the organization level.