Get user details
Retrieve all details of a specific user. To fetch specifc custom or system user properties, use the properties param.
| Path Parameters |
|---|
userId string — REQUIREDThe unique identifier for the user. |
| Query Parameters |
|---|
bot string — REQUIREDThe unique identifier for the bot. |
allProperties stringPass |
properties string-enumUse to fetch specific system or custom user properties. A comma-separated list of user properties to fetch. Leave empty to fetch all properties. |
userId stringPossible values: [ Whether to include the |
| Responses | |||
|---|---|---|---|
200User properties fetched successfully.
| |||
400Bad request. Invalid parameters provided.
| |||
401Unauthorized. Invalid or missing API key.
| |||
500Internal server error.
|