Method: /user/get
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"match":
[
[domain.id", "=", "domain id 1"],
[id", "=", "user id 1"] // or ["loginName", "=", "john"] etc, any searchable user attributes can be used as the match condition
],
"return":["id", "loginName", "email"]
} |
...