GET Users & notifications
Get User Details
This will return all the information about the user.
This method requires authentication.
This will return all the information about the user.
Request
Parameters
Values in the path and query string.
appid path string TalkLabs ID required
The application the user belongs to.
Example:your-app-id userid path string customer-defined required
The app specific user ID to look up.
Example:u-8842 Response
Status codes
Every JSON response uses the API result envelope.
200 OK: success data is the AppUser. ApiResult 400 BadRequest: the userid parameter is missing or invalid. ApiResult 403 Forbidden: request is not authorized with a valid token, or the token does not match this appid. ApiResult 404 NotFound: no user exists for the given userid. ApiResult 500 Internal Server Error ApiResult