Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

COR Users API

The Users API from COR — 4 operation(s) for users.

COR Users API is one of 27 APIs that COR publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 6 operations across 4 paths, and defines 11 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.projectcor.com/v1.

6 operations 4 paths 11 schemas 1 DELETE2 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.projectcor.com/v1
Authentication
HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 2

COR Users API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 6
GET
/users
Get Users
3 params → 200
POST
/users
Create a user
body → 200
PUT
/users/{user_id}
Update a user
1 param body → 200
DELETE
/users/{user_id}
Delete a user
1 param → 200
PUT
/users/{user_id}/labels
Assign or unassign user label
1 param body → 200
GET
/users/search-by-name/{name}
Get users by Name
3 params → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are UserBase (18 properties), UserUpdateInput (17 properties), UserCreateInput (16 properties), Leave (11 properties). Each schema is shown below with its type and property counts.

UserListItem
User object returned by list endpoints (GET /users, GET /users/search-by-name).
UserListResponse
object
5 properties
LeaveType
object
8 properties
UserLabelInput
object
2 properties 1 required
UserUpdateInput
object
17 properties
UserAssignedLabel
object
Label assigned to a user, as returned in user list endpoints.
3 properties
Label
object
7 properties
Leave
object
11 properties
UserBase
object
18 properties
User
UserCreateInput
object
16 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cor-users-api-openapi.yml Raw ↑

Other APIs COR publishes across the network.

COR Attachments API
COR Auth API
COR Brands API
COR Clients API
COR Collaborators API
COR Contacts API
COR Contract Positions API
COR Contracts API
COR Contracts Users API
COR Costs API
COR Estimates API
COR Fees API