Skip to content

MultiUserView

cvoelcker (iliricon) edited this page Jun 22, 2017 · 1 revision

Introduction

The MultiUserView class is used to view information about all users.

The request can be accessed via "clonecademy/user/all"

Method Details

'get'

Permissions: mod or higher

Header: user id (for permissions)

Response: [{ "user_id": "id"; "username": "The users username"; }]

'post'

Not implemented yet (could be used for filtering the input list)