Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 496 Bytes

getUsers.md

File metadata and controls

36 lines (32 loc) · 496 Bytes

getUsers

import { getUsers } from "osm-api";

await getUsers([12248]);

Response:

[
  {
    "account_created": "2021-12-15T09:49:18.000Z",
    "blocks": {
      "received": {
        "active": 0,
        "count": 0
      }
    },
    "changesets": {
      "count": 15
    },
    "contributor_terms": {
      "agreed": true
    },
    "description": "",
    "display_name": "kylenz_testing",
    "id": 12248,
    "roles": [],
    "traces": {
      "count": 0
    }
  }
]