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