Skip to content

Latest commit

 

History

History
99 lines (71 loc) · 4.27 KB

OrganizationsApi.md

File metadata and controls

99 lines (71 loc) · 4.27 KB

\OrganizationsApi

All URIs are relative to https://console.jumpcloud.com/api/v2

Method HTTP request Description
OrgCryptoGet Get /organizations/{id}/crypto Get Crypto Settings
OrgCryptoPut Put /organizations/{id}/crypto Edit Crypto Settings

OrgCryptoGet

OrgCryptoSettings OrgCryptoGet(ctx, id, contentType, accept, optional) Get Crypto Settings

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
id string
contentType string [default to application/json]
accept string [default to application/json]
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
id string
contentType string [default to application/json]
accept string [default to application/json]
fields []string The comma separated fields included in the returned records. If omitted, the default list of fields will be returned.
filter []string Supported operators are: eq, ne, gt, ge, lt, le, between, search, in
xOrgId string [default to ]
skip int32 The offset into the records to return. [default to 0]
sort []string The comma separated fields used to sort the collection. Default sort is ascending, prefix with `-` to sort descending.
limit int32 The number of records to return at once. Limited to 100. [default to 10]

Return type

OrgCryptoSettings

Authorization

x-api-key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

OrgCryptoPut

interface{} OrgCryptoPut(ctx, id, contentType, accept, optional) Edit Crypto Settings

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
id string
contentType string [default to application/json]
accept string [default to application/json]
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
id string
contentType string [default to application/json]
accept string [default to application/json]
body OrgCryptoSettings
fields []string The comma separated fields included in the returned records. If omitted, the default list of fields will be returned.
filter []string Supported operators are: eq, ne, gt, ge, lt, le, between, search, in
xOrgId string [default to ]
skip int32 The offset into the records to return. [default to 0]
sort []string The comma separated fields used to sort the collection. Default sort is ascending, prefix with `-` to sort descending.
limit int32 The number of records to return at once. Limited to 100. [default to 10]

Return type

interface{}

Authorization

x-api-key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]