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

16 lines
231 B
Plaintext

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