Check permissions

GET /api/fleet/check-permissions

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/check-permissions

Refer to Spaces for more information.

Query parameters

  • fleetServerSetup boolean

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • error string

      Values are MISSING_SECURITY, MISSING_PRIVILEGES, or MISSING_FLEET_SERVER_SETUP_PRIVILEGES.

    • success boolean Required
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/check-permissions
curl \
 --request GET 'http://localhost:5601/api/fleet/check-permissions' \
 --header "Authorization: $API_KEY"