Users
Get trust factor
Get the trust level/factor for a user. Higher trust values indicate more verified activity.
get/api/v1/users/{username}/trust_factor
Path parameters
usernamestring required
Username, Slack ID, or User ID
Response
successful
Example response
{
"trust_level": "verified",
"trust_value": 2
}