action openstf_add_user_device { label: "Add a device to a user" description: "The User Devices endpoint will request stf server for a new device." provider: openstf method: POST path: "/user/devices" encoding: json output: { type: "object" additionalProperties: true } }