The method allows to retrieve users according to the given parameters.

    This method is available to users of any type. Permissions to call the method can be revoked in user role settings. See for more information.

    Parameters

    (object) Parameters defining the desired output.

    The method supports the following parameters.

    (integer/array) Returns either:

    Examples

    Retrieving users

    Retrieve all of the configured users.

    Request:

    Response:

    Retrieving user data

    Retrieve data of a user with ID “12”.

    Response:

    Source