List users for Calls
GET https://api-{{APP_ID}}.calls.sendbird.com/v1/users
List users for Calls
Retrieves a list of Calls users in your Sendbird application.
For more information, visit:
https://sendbird.com/docs/calls/v1/platform-api/guides/user#2-list-users-for-calls
URL Parameters
Required
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
next | string | OPTIONAL: Specifies the value of the next property in the response to retrieve the next page in the result set. | |
limit | string | OPTIONAL: Specifies the number of results to return per page. Acceptable values are 1 to 100, inclusive. (Default: 10) | |
user_ids | string | OPTIONAL: Searches for users who are using the user IDs in the specified value. The string should consist of multiple urlencoded indicating that the request URL is longer than Sendbird server is willing to interpret. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string |