bruno/memori-backend/User/Gets a paginated list of the existing User objects.bru

18 lines
234 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Gets a paginated list of the existing User objects.
type: http
seq: 9
}
get {
url: {{baseUrl}}/api/v2/Users/:strToken/:from/:howMany
body: none
auth: none
}
params:path {
strToken:
from:
howMany:
}