bruno/memori-backend/User/Gets a list of all the existing User objects.bru
2025-03-26 16:08:31 +02:00

16 lines
192 B
Plaintext

meta {
name: Gets a list of all the existing User objects.
type: http
seq: 8
}
get {
url: {{baseUrl}}/api/v2/Users/:strToken
body: none
auth: none
}
params:path {
strToken:
}