Cloudsmith orgs API
The orgs API from Cloudsmith — 40 operation(s) for orgs.
Operations 73
GET
/orgs/{org}/license-policy-violation/
List all current license policy violations for this Organization.
#
GET
/orgs/{org}/license-policy/{policy_slug_perm}/evaluation/
List evaluation requests for this policy.
#
POST
/orgs/{org}/license-policy/{policy_slug_perm}/evaluation/
Create an evaluation request for this policy.
#
GET
/orgs/{org}/license-policy/{policy_slug_perm}/evaluation/{slug_perm}/
Retrieve an evaluation request for this policy.
#
GET
/orgs/{org}/members/{member}/remove/
Removes a member from the organization (deprecated, use DELETE instead).
#
PATCH
/orgs/{org}/members/{member}/update-visibility/
Update a member's visibility in the organization.
#
GET
/orgs/{org}/openid-connect/
Retrieve the list of OpenID Connect provider settings for the org.
#
GET
/orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/
Retrieve the list of OpenID Connect dynamic mappings for the provider setting.
#
GET
/orgs/{org}/openid-connect/{provider_setting}/dynamic-mappings/{claim_value}/
Retrieve a specific OpenID Connect dynamic mapping for the provider setting.
#
GET
/orgs/{org}/openid-connect/{slug_perm}/
Retrieve a specific OpenID Connect provider setting for the org.
#
PUT
/orgs/{org}/openid-connect/{slug_perm}/
Update a specific OpenID Connect provider setting for the org.
#
PATCH
/orgs/{org}/openid-connect/{slug_perm}/
Update a specific OpenID Connect provider setting for the org.
#
DELETE
/orgs/{org}/openid-connect/{slug_perm}/
Delete a specific OpenID Connect provider setting for the org.
#
GET
/orgs/{org}/saml-authentication
Retrieve the SAML Authentication settings for this Organization.
#
PATCH
/orgs/{org}/saml-authentication
Update the SAML Authentication settings for this Organization.
#
GET
/orgs/{org}/saml-group-sync/
Get the details of all SAML Group Sync mapping within an organization.
#
GET
/orgs/{org}/saml-group-sync/status/
Retrieve the SAML Group Sync status for this organization.
#
DELETE
/orgs/{org}/saml-group-sync/{slug_perm}/
Delete a SAML Group Sync mapping from an organization.
#
GET
/orgs/{org}/vulnerability-policy-violation/
List all current vulnerability policy violations for this Organization.
#
GET
/orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/
List evaluation requests for this policy.
#
POST
/orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/
Create an evaluation request for this policy.
#
GET
/orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/{slug_perm}/
Retrieve an evaluation request for this policy.
#
PATCH
/orgs/{org}/vulnerability-policy/{slug_perm}/
Partially update a package vulnerability policy.
#