Log in
  • circle GET Search Users
    TMUF-X TMNF-X TMO-X TMS-X TMN-X
    /api/users?{params} content_copy arrow_forward

    Description

    Search paged TM1X users using query parameters.

    Note: It is necessary to provide the fields= parameter in the query string, comma-seperated and then url-encoded.

    The complete list of available fields is stated in the example output.

    Input parameters

    Loading...

    Endpoint URL

    https://tmuf.exchange/api/users?{params}	// TMUF-X
    https://tmnf.exchange/api/users?{params}	// TMNF-X
    https://original.tm-exchange.com/api/users?{params}	// TMO-X
    https://sunrise.tm-exchange.com/api/users?{params}	// TMS-X
    https://nations.tm-exchange.com/api/users?{params}	// TMN-X

    Output Object

    {
       "More":false,
       "Results":[
          {
             "UserId":2105356,
             "Name":"Ozon",
             "RegisteredAt":"2009-09-02T20:52:01",
             "CustomTitle":"MX Lead Developer",
             "UserComments":"",
             "Tracks":64,
             "TrackPacks":9,
             "ForumPosts":52,
             "ForumThreads":30,
             "VideosCreated":0,
             "VideosPosted":7,
             "TrackCommentsReceived":33,
             "TrackCommentsGiven":28,
             "TrackAwardsReceived":50,
             "TrackAwardsGiven":37,
             "IsSupporter":false,
             "IsModerator":true
          },
          ...
       ]
    }

    Output parameters

    Loading...

    Issues

    Loading...