16 lines
192 B
Plaintext
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:
|
|
}
|