(flix) user.list query
This commit is contained in:
parent
9142b0dfd9
commit
014bf685ca
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export class RcSdkUser {
|
||||||
|
|
||||||
public list(): Promise<IUserListResponse> {
|
public list(): Promise<IUserListResponse> {
|
||||||
return this.sdk.get(
|
return this.sdk.get(
|
||||||
`users.list?query={"type":{"$eq":"user"}}&fields={"createdAt":1}`,
|
`users.list?query={"type":"user"}&fields={"type":1,"createdAt":1}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue