const data = await ctx.modules.users.fetch({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.users.fetch({
  // Request body
});

Request

Object containing the following properties:
PropertyType
userIds (*)Array<string>
(*) Required.

Response

Response

Object containing the following properties:
PropertyType
users (*)Array of objects:
  • id: string
  • username: string
  • createdAt: Date
  • updatedAt: Date
(*) Required.