Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication. Send Authorization: Bearer .

Query Parameters

page
integer
default:1

Page number

limit
integer
default:10

Items per page

name
string

Filter by name (case-insensitive substring)

userId
string

Filter by user ID (relational listing)

groupId
string

Filter by group ID (relational listing)

Response

OK

Pagination
object

Pagination is the struct designed to store the pagination data of an entity list.

Example:
items
object[]