Skip to content

Commit

Permalink
updated docs for "api/v1/users" endpoint (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 authored Dec 18, 2023
1 parent c58a50f commit 7f17516
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/tech_details/api/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,14 @@ Returns a list of user IDs only.

.. code-block:: json
["user1", "user2", "user3"]
{"ocs": {
"meta": {
"status": "ok",
"statuscode": 100,
"message": "OK",
"totalitems": "",
"itemsperpage": ""
},
"data": ["admin", "alice", "bob", "jane", "john"]
}
}

0 comments on commit 7f17516

Please sign in to comment.