How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cubist Users In Org API

The Users In Org API from Cubist — 9 operation(s) for users in org.

Cubist Users In Org API is one of 30 APIs that Cubist publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users In Org. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 13 operations across 9 paths, and defines 59 schemas. It is described by OpenAPI 3.2.0, at version v0.1.0.

Requests are made against 2 base URLs: https://gamma.signer.cubist.dev, https://prod.signer.cubist.dev.

13 operations 9 paths 59 schemas 3 DELETE5 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v0.1.0
Base URL
https://prod.signer.cubist.dev
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Cubist Users In Org API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (Oidc). An API key is passed in the header as Authorization (SignerAuth). By default, every request must be authenticated.

  • Oidc — OIDC tokens allow users to authenticate using a third-party service. These are exchanged for signer session tokens.
  • SignerAuth — Signing API end-points use session tokens for auth. Specifically, with each request you need to use the \token\ from your signer session (which you create with…

Paths & Operations 13

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

Users In Org 13
GET
/v0/org/{org_id}/invitations
List pending invitations
listInvitations 3 params → 200default
DELETE
/v0/org/{org_id}/invitations
Cancel a pending invitation
cancelInvitation 1 param body → 200default
POST
/v0/org/{org_id}/invite
Invite User
invite 1 param body → 200default
GET
/v0/org/{org_id}/users
List users in organization
listUsersInOrg 4 params → 200default
POST
/v0/org/{org_id}/users
Add a third-party user to the org
createOidcUser 1 param body → 200default
GET
/v0/org/{org_id}/users/email/{email}
Get user by email.
getUserInOrgByEmail 2 params → 200default
DELETE
/v0/org/{org_id}/users/oidc
Remove a third-party user from the org
deleteOidcUser 2 params body → 200default
GET
/v0/org/{org_id}/users/oidc/{iss}/{sub}
Get a user by their OIDC identity
getUserInOrgByOidc 3 params → 200default
POST
/v0/org/{org_id}/users/reset_mfa
Initialize MFA reset for user
resetMemberMfa 1 param body → 200default
PATCH
/v0/org/{org_id}/users/reset_mfa
Complete MFA reset for user
completeResetMemberMfa 1 param body → 200default
GET
/v0/org/{org_id}/users/{user_id}
Get user by id
getUserInOrg 2 params → 200default
DELETE
/v0/org/{org_id}/users/{user_id}
Remove a user from the org
deleteUser 3 params body → 200default
PATCH
/v0/org/{org_id}/users/{user_id}/membership
Update a user's membership in the org
updateUserMembership 2 params body → 200default

Schemas 59

The contract defines 59 schemas that model the data the API accepts and returns. The most detailed are MfaRequestInfo (11 properties), UserInOrgInfo (7 properties), ClientSessionInfo (7 properties), Status (6 properties). Each schema is shown below with its type and property counts.

Empty
OidcIdentity
object
Represents a globally unique OIDC-authorized user by expressing the full "path" to a user. That is: (iss) (sub) Issuer - Subresource
2 properties 2 required
AddThirdPartyUserRequest
object
6 properties 1 required
PreconditionErrorOwnCodes
string
BadRequestErrorCode
string
MfaRequiredArgs
object
5 properties 3 required
MfaResetRequest
object
1 property 1 required
IdentityProof
Proof that an end-user provided CubeSigner with a valid auth token (either an OIDC token or a CubeSigner session token)
IdentityInfo
Information about a linked OIDC identity including unique identifiers and user info (e.g., email)
AcceptedValueCode
string
PreconditionErrorCode
PolicyErrorOwnCodes
string
Email
string
MemberRole
string
Describes whether a user in an org is an Owner or just a regular member
AcceptedValue
Different responses we return for success status codes.
InviteKind
string
Indicates the auth sources allowed to an invited user
Id
string
ForbiddenErrorCode
string
UserInOrgInfo
object
7 properties 3 required
UnauthorizedErrorCode
string
SignerErrorOwnCodes
string
SignDryRunArgs
object
2 properties 1 required
CompleteMfaResetRequest
object
1 property 1 required
EpochDateTime
integer
DateTime measured in seconds since unix epoch. A wrapper type for serialization that encodes a [SystemTime] as a [u64] representing the number of seconds since…
B32
string
Wrapper around a zeroizing 32-byte fixed-size array
CoinbaseDryRunArgs
object
2 properties 2 required
ErrorResponse
object
The structure of ErrorResponse must match the response template that AWS uses
5 properties 2 required
NotFoundErrorCode
string
ConflictErrorCode
string
SignerErrorCode
UserInOrgInfoWithIdentity
BybitDryRunArgs
object
3 properties 3 required
PolicyErrorCode
MfaType
string
Different types that can be used to approve an MFA request
Aud
Audience(s) that this ID Token is intended for. It MUST contain the OAuth 2.0 clientid of the Relying Party as an audience value. It MAY also contain identifie…
SolanaTxCmp
object
1 property
InvitationInfo
object
Information about a pending invitation
6 properties 5 required
UpdateUserMembershipRequest
object
Request to update an existing user
2 properties
TimeoutErrorCode
string
VerifiedEmail
object
2 properties 2 required
MembershipStatus
string
HttpRequestCmp
How to compare HTTP requests when verifying MFA receipt (see [MfaRequest::verifyrequest])
HttpRequest
object
Information about the request. Captures all the relevant info (including the request body) about requests that require MFA. We use this to verify that when a r…
3 properties 2 required
EvmTxCmp
object
3 properties
CancelInvitationRequest
object
1 property 1 required
CubeSignerUserInfo
object
4 properties 3 required
NewSessionResponse
object
Information about a new session, returned from multiple endpoints (e.g., login, refresh, etc.).
5 properties 4 required
BinanceDryRunArgs
object
2 properties 2 required
ClientSessionInfo
object
Session information sent to the client. This struct works in tandem with its server-side counterpart [SessionData].
7 properties 7 required
BadGatewayErrorCode
string
InviteRequest
object
6 properties 2 required
ApprovalInfo
object
1 property 1 required
Receipt
object
Receipt that an MFA request was approved.
3 properties 3 required
EvmTxDepositErrorCode
string
ConfiguredMfa
OidcUserInfo
object
2 properties
MfaRequestInfo
object
Returned as a response from multiple routes (e.g., 'get mfa', 'approve mfa', 'approve totp').
11 properties 6 required
Status
object
6 properties 4 required
InternalErrorCode
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cubist-users-in-org-api-openapi.yml Raw ↑

Other APIs Cubist publishes across the network.

Cubist Account API
Cubist Accounts API
Cubist Audit API
Cubist AuthMigration API
Cubist Babylon API
Cubist Contact API
Cubist Cube3Signer API
Cubist Identity API
Cubist Internal API
Cubist Keys API
Cubist Keys In Role API
Cubist Login API
Where this information came from

This is an independent, third-party profile of Cubist Users In Org API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.