Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.APIClient.GetAllUsers

Jackson Wood edited this page Jul 26, 2018 · 10 revisions

APIClient.GetAllUsers

public static void GetAllUsers(RequestFilter filter, PaginationParameters pagination, Action<ResponseArray<UserProfile>> successCallback, Action<WebRequestError> errorCallback);

Parameters

Name Description
filter
pagination
successCallback
errorCallback

Description

Get all users registered on mod.io. Successful request will return a ModIO.API.ResponseArray of ModIO.UserProfile. We recommend reading the filtering documentation to return only the records you want.

Clone this wiki locally