bruno/memori-engine/User/Lists User objects associated with the Memori of the current session, with pagination.bru
2025-03-26 16:08:31 +02:00

18 lines
280 B
Plaintext

meta {
name: Lists User objects associated with the Memori of the current session, with pagination.
type: http
seq: 2
}
get {
url: {{baseUrl}}/memori/v2/Users/:strSessionID/:from/:howMany
body: none
auth: none
}
params:path {
strSessionID:
from:
howMany:
}