18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
meta {
|
|
name: Lists User objects associated with the Memori of the current session- with pagination-
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: https://engine.memori.ai/memori/v2/Users/{strSessionID}/{from}/{howMany}
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
from:
|
|
howMany:
|
|
}
|