Users

Fetch User

Request

  • userIds
    array of strings

Response

  • users
    array of objects
    • users.id
      string
    • users.username
      string
    • users.createdAt
      date
    • users.updatedAt
      date

Usage

1. Install the module

2. Use this script

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