user
GET/user.all
user-all
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/user.byAuthId
user-byAuthId
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
authIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/user.byUserId
user-byUserId
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
userIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |