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

C1 User API

The User API from C1 — 5 operation(s) for user.

C1 User API is one of 47 APIs that C1 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 14 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0-alpha.

Requests are made against a single base URL, https://{tenantDomain}.conductor.one.

5 operations 5 paths 14 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0-alpha
Base URL
https://example.conductor.one
Authentication
HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 2

C1 User API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It supports OAuth 2.0 (oauth) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth — This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, re…

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

User 5
POST
/api/v1/search/users
Search
c1.api.user.v1.UserSearch.Search body → 200
GET
/api/v1/users
List
c1.api.user.v1.UserService.List 2 params → 200
GET
/api/v1/users/{id}
Get
c1.api.user.v1.UserService.Get 1 param → 200
GET
/api/v1/users/{user_id}/profile-types
Get User Profile Types
c1.api.user.v1.UserService.GetUserProfileTypes 1 param → 200
POST
/api/v1/users/{user_id}/set-delegation-by-admin
Set Expiring User Delegation Binding By Admin
c1.api.user.v1.UserService.SetExpiringUserDelegationBindingByAdmin 1 param body → 200

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are c1.api.user.v1.User (31 properties), c1.api.user.v1.SearchUsersRequest (14 properties), c1.api.user.v1.ExpiringUserDelegationBinding (7 properties), c1.api.profiletype.v1.ProfileType (6 properties). Each schema is shown below with its type and property counts.

c1.api.user.v1.UserRef
object
A reference to a user.
1 property
c1.api.user.v1.SearchUsersResponse
object
The SearchUsersResponse message.
3 properties
c1.api.user.v1.ExpiringUserDelegationBinding
object
The ExpiringUserDelegationBinding message.
7 properties
c1.api.user.v1.SetExpiringUserDelegationBindingByAdminRequestInput
object
The SetExpiringUserDelegationBindingByAdminRequest message.
3 properties
c1.api.user.v1.UserView
object
The UserView object provides a user response object, as well as JSONPATHs to related objects provided by expanders.
5 properties
c1.api.user.v1.UserServiceListResponse
object
The UserServiceListResponse message contains a list of results and a nextPageToken if applicable.
3 properties
c1.api.profiletype.v1.ProfileType
object
ProfileType represents a type of profile in the system
6 properties
c1.api.user.v1.User
object
The User object provides all of the details for an user, as well as some configuration.
31 properties
c1.api.user.v1.UserServiceGetResponse
object
The UserServiceGetResponse returns a user view which has a user including JSONPATHs to the expanded items in the expanded array.
2 properties
c1.api.user.v1.SetExpiringUserDelegationBindingByAdminResponse
object
The SetExpiringUserDelegationBindingByAdminResponse message.
1 property
c1.api.user.v1.UserExpandMask
object
The user expand mask is used to indicate which related objects should be expanded in the response. The supported paths are 'roleids', 'managerids', 'delegatedu…
1 property
c1.api.user.v1.UserAttributeMappingSource
object
The UserAttributeMappingSource message.
5 properties
c1.api.user.v1.GetUserProfileTypesResponse
object
The GetUserProfileTypesResponse message.
1 property
c1.api.user.v1.SearchUsersRequest
object
Search for users based on some filters.
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

c1-user-api-openapi.yml Raw ↑

Other APIs C1 publishes across the network.

Baton Connector Framework
C1 Access Conflict API
C1 App API
C1 App Entitlement API
C1 App Entitlement Automation API
C1 App Entitlement Automation Exclusion API
C1 App Entitlement Monitor Binding API
C1 App Entitlement Owner API
C1 App Entitlement Proxy Binding API
C1 App Entitlement User Binding API
C1 App Entitlement User Binding Feed API
C1 App Entitlement User Binding History API