Skip to main content

Get total points for a user

GET 

/points/:entityType/:userID/total

This endpoint returns all points

Request

Path Parameters

    userID stringrequired

    The user ID of the user to get points for

    entityType stringrequired

    Possible values: [user, group]

    The entity type of the user to get points for

Responses

A list of points

Schema

  • Array [

  • total integerrequired

    the total number of points for this user

  • ]

Loading...