Create a user
sendbird_create_userMUTATES Sendbird data: creates a new user. Platform API: POST /users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Unique user id to create. | |
| metadata | No | Arbitrary key/value metadata object stored on the user. | |
| nickname | No | Display nickname. | |
| profile_url | No | Profile image URL (may be empty). | |
| issue_access_token | No | If true, issues an access token for the user in the response. |