Awardco Users API

Provision and manage employees in an Awardco instance. Awardco's public documentation names Create User, Import Users (bulk), and Reset User Password endpoints, all flagged as sensitive and permission-scoped. Endpoints are modeled from Awardco's help center rather than a released OpenAPI definition (endpointsModeled true) - exact paths, request bodies, and response schemas are not published on the open web.

API entry from apis.yml

apis.yml Raw ↑
aid: awardco:awardco-users-api
name: Awardco Users API
tags:
- Users
- Provisioning
- HRIS
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://code.awardco.com/api
baseURL: https://api.awardco.com/api
properties:
- url: https://code.awardco.com/api
  type: Documentation
- url: https://awardco.my.site.com/Customerhelp/s/article/Managing-API-Keys
  type: Authentication
description: Provision and manage employees in an Awardco instance. Awardco's public documentation names
  Create User, Import Users (bulk), and Reset User Password endpoints, all flagged as sensitive and permission-scoped.
  Endpoints are modeled from Awardco's help center rather than a released OpenAPI definition (endpointsModeled
  true) - exact paths, request bodies, and response schemas are not published on the open web.