Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 2.32 KB

PasswordManagerApi.md

File metadata and controls

77 lines (47 loc) · 2.32 KB

\PasswordManagerApi

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

Method HTTP request Description
DeviceServiceGetDevice Get /passwordmanager/devices/{UUID}
DeviceServiceListDevices Get /passwordmanager/devices

DeviceServiceGetDevice

DevicePackageV1Device DeviceServiceGetDevice(ctx, uUID)

Get Device

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
uUID string

Return type

DevicePackageV1Device

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]

DeviceServiceListDevices

DevicePackageV1ListDevicesResponse DeviceServiceListDevices(ctx, optional)

List Devices

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
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
limit int32
skip int32
sort string
fields []string
filter []string

Return type

DevicePackageV1ListDevicesResponse

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]