Get a user
sendbird_get_userFetch a single user by user_id. Platform API: GET /users/{user_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Target user id (percent-encoded automatically). | |
| super_mode | No | Scope unread count by Supergroup vs. group channels. | |
| custom_types | No | Comma-separated channel custom types to scope the unread count. | |
| include_unread_count | No | Include the user's total unread message count. |